#AFDCD9

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

Shades of Scandal #AFDCD9

Tints of Scandal #AFDCD9

Color information

#AFDCD9 (or 0xAFDCD9) is unknown color: approx Scandal. HEX triplet: AF, DC and D9. RGB value is (175,220,217). Sum of RGB (Red+Green+Blue) = 175+220+217=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCD9 is #502326. Grayscale: #CECECE. Windows color (decimal): -5251879 or 14277807. OLE color: 14277807.

HSL color Cylindrical-coordinate representation of color #AFDCD9: hue angle of 176º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDCD9 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB175220217-
CMYK0.2000.010.14
HSL176º39.13%77.45%-
HSV(B)176º20.45%86.27%-
XYZ55.865.3175.31-
YUV206.2134.09105.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.59%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 217 (85.16% from 255) = 35.46%
R=28.59%
G=35.95%
B=35.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752202170.2000.010.1417639.1377.45
HexAFDCD91401Eb0274d
Octal25733433124011626047115
Binary10101111110111001101100110100011110101100001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCD9; }

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

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

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

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

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

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

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

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