#AFDCD0

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

Shades of Scandal #AFDCD0

Tints of Scandal #AFDCD0

Color information

#AFDCD0 (or 0xAFDCD0) is unknown color: approx Scandal. HEX triplet: AF, DC and D0. RGB value is (175,220,208). Sum of RGB (Red+Green+Blue) = 175+220+208=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCD0 is #50232F. Grayscale: #CDCDCD. Windows color (decimal): -5251888 or 13687983. OLE color: 13687983.

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

Color convert

RGB175220208-
CMYK0.2000.050.14
HSL164º39.13%77.45%-
HSV(B)164º20.45%86.27%-
XYZ54.6664.8569.31-
YUV205.18129.59106.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.02%
GREEN value IS 220 (86.33% from 255) = 36.48%
BLUE value IS 208 (81.64% from 255) = 34.49%
R=29.02%
G=36.48%
B=34.49%

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
Decimal1752202080.2000.050.1416439.1377.45
HexAFDCD01405Ea4274d
Octal25733432024051624447115
Binary1010111111011100110100001010001011110101001001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCD0; }

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

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

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

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

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

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

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

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