#ADDAD0

Color #ADDAD0 Scandal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scandal #ADDAD0

Tints of Scandal #ADDAD0

Color information

#ADDAD0 (or 0xADDAD0) is unknown color: approx Scandal. HEX triplet: AD, DA and D0. RGB value is (173,218,208). Sum of RGB (Red+Green+Blue) = 173+218+208=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAD0 is #52252F. Grayscale: #CBCBCB. Windows color (decimal): -5383472 or 13687469. OLE color: 13687469.

HSL color Cylindrical-coordinate representation of color #ADDAD0: hue angle of 166.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDAD0 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB173218208-
CMYK0.2100.050.15
HSL166.67º37.82%76.67%-
HSV(B)166.67º20.64%85.49%-
XYZ53.6963.5869.12-
YUV203.4130.59106.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 28.88%
GREEN value IS 218 (85.55% from 255) = 36.39%
BLUE value IS 208 (81.64% from 255) = 34.72%
R=28.88%
G=36.39%
B=34.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732182080.2100.050.15166.6737.8276.67
HexADDAD01505Fa7264d
Octal25533232025051724746115
Binary1010110111011010110100001010101011111101001111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDAD0; }

 p { color: rgb(173,218,208); }

 H1.HeaderClassName
 {
   color: #ADDAD0;
 }
 .AnyTagClassName
 {
   color: #ADDAD0;
 }
</style>
background-color css

<style>
 a { background-color: #ADDAD0; }

 a { background-color: rgb(173,218,208); }

 div.DivClassName
 {
   background-color: #ADDAD0;
 }
 .BgClassName
 {
   background-color: #ADDAD0;
 }
</style>
border-color css

<style>
 span { border-color: #ADDAD0; }

 span { border-color: rgb(173,218,208); }

 td.TdClassName
 {
   border-color: #ADDAD0;
 }
 .TagClassName
 {
   border-color: #ADDAD0;
 }
</style>