#AFDCD2

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

Shades of Scandal #AFDCD2

Tints of Scandal #AFDCD2

Color information

#AFDCD2 (or 0xAFDCD2) is unknown color: approx Scandal. HEX triplet: AF, DC and D2. RGB value is (175,220,210). Sum of RGB (Red+Green+Blue) = 175+220+210=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCD2 is #50232D. Grayscale: #CDCDCD. Windows color (decimal): -5251886 or 13819055. OLE color: 13819055.

HSL color Cylindrical-coordinate representation of color #AFDCD2: hue angle of 166.67º 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 #AFDCD2 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB175220210-
CMYK0.2000.050.14
HSL166.67º39.13%77.45%-
HSV(B)166.67º20.45%86.27%-
XYZ54.9164.9570.62-
YUV205.4130.59106.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.93%
GREEN value IS 220 (86.33% from 255) = 36.36%
BLUE value IS 210 (82.42% from 255) = 34.71%
R=28.93%
G=36.36%
B=34.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752202100.2000.050.14166.6739.1377.45
HexAFDCD21405Ea7274d
Octal25733432224051624747115
Binary1010111111011100110100101010001011110101001111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCD2; }

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

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

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

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

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

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

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

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