#AFD9D2

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

Shades of Scandal #AFD9D2

Tints of Scandal #AFD9D2

Color information

#AFD9D2 (or 0xAFD9D2) is unknown color: approx Scandal. HEX triplet: AF, D9 and D2. RGB value is (175,217,210). Sum of RGB (Red+Green+Blue) = 175+217+210=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 217 (85.16% from 255 or 36.05% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD9D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD9D2 is #50262D. Grayscale: #CBCBCB. Windows color (decimal): -5252654 or 13818287. OLE color: 13818287.

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

Color convert

RGB175217210-
CMYK0.1900.030.15
HSL170º35.59%76.86%-
HSV(B)170º19.35%85.1%-
XYZ54.1263.3970.36-
YUV203.64131.59107.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.07%
GREEN value IS 217 (85.16% from 255) = 36.05%
BLUE value IS 210 (82.42% from 255) = 34.88%
R=29.07%
G=36.05%
B=34.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752172100.1900.030.1517035.5976.86
HexAFD9D21303Faa244d
Octal25733132223031725244115
Binary101011111101100111010010100110111111101010101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD9D2; }

 p { color: rgb(175,217,210); }

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

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

 a { background-color: rgb(175,217,210); }

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

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

 span { border-color: rgb(175,217,210); }

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