#AFE0DC

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

Shades of Scandal #AFE0DC

Tints of Scandal #AFE0DC

Color information

#AFE0DC (or 0xAFE0DC) is unknown color: approx Scandal. HEX triplet: AF, E0 and DC. RGB value is (175,224,220). Sum of RGB (Red+Green+Blue) = 175+224+220=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0DC is #501F23. Grayscale: #D0D0D0. Windows color (decimal): -5250852 or 14475439. OLE color: 14475439.

HSL color Cylindrical-coordinate representation of color #AFE0DC: hue angle of 175.1º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFE0DC is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB175224220-
CMYK0.2200.020.12
HSL175.1º44.14%78.24%-
HSV(B)175.1º21.88%87.84%-
XYZ57.2567.5977.74-
YUV208.89134.27103.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.27%
GREEN value IS 224 (87.89% from 255) = 36.19%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=28.27%
G=36.19%
B=35.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752242200.2200.020.12175.144.1478.24
HexAFE0DC1602Caf2c4e
Octal25734033426021425754116
Binary101011111110000011011100101100101100101011111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0DC; }

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

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

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

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

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

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

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

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