#AFD2CC

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

Shades of Scandal #AFD2CC

Tints of Scandal #AFD2CC

Color information

#AFD2CC (or 0xAFD2CC) is unknown color: approx Scandal. HEX triplet: AF, D2 and CC. RGB value is (175,210,204). Sum of RGB (Red+Green+Blue) = 175+210+204=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD2CC is #502D33. Grayscale: #C6C6C6. Windows color (decimal): -5254452 or 13423279. OLE color: 13423279.

HSL color Cylindrical-coordinate representation of color #AFD2CC: hue angle of 169.71º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFD2CC is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB175210204-
CMYK0.1700.030.18
HSL169.71º28%75.49%-
HSV(B)169.71º16.67%82.35%-
XYZ51.6259.5765.9-
YUV198.85130.9110.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.71%
GREEN value IS 210 (82.42% from 255) = 35.65%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=29.71%
G=35.65%
B=34.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752102040.1700.030.18169.712875.49
HexAFD2CC110312aa1c4b
Octal25732231421032225234113
Binary101011111101001011001100100010111001010101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD2CC; }

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

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

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

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

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

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

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

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