#AFDCD1

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

Shades of Scandal #AFDCD1

Tints of Scandal #AFDCD1

Color information

#AFDCD1 (or 0xAFDCD1) is unknown color: approx Scandal. HEX triplet: AF, DC and D1. RGB value is (175,220,209). Sum of RGB (Red+Green+Blue) = 175+220+209=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCD1 is #50232E. Grayscale: #CDCDCD. Windows color (decimal): -5251887 or 13753519. OLE color: 13753519.

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

Color convert

RGB175220209-
CMYK0.2000.050.14
HSL165.33º39.13%77.45%-
HSV(B)165.33º20.45%86.27%-
XYZ54.7864.969.96-
YUV205.29130.09106.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.97%
GREEN value IS 220 (86.33% from 255) = 36.42%
BLUE value IS 209 (82.03% from 255) = 34.60%
R=28.97%
G=36.42%
B=34.60%

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
Decimal1752202090.2000.050.14165.3339.1377.45
HexAFDCD11405Ea5274d
Octal25733432124051624547115
Binary1010111111011100110100011010001011110101001011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCD1; }

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

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

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

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

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

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

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

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