#DEADAF

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

Shades of Pale Chestnut #DEADAF

Tints of Pale Chestnut #DEADAF

Color information

#DEADAF (or 0xDEADAF) is unknown color: approx Pale Chestnut. HEX triplet: DE, AD and AF. RGB value is (222,173,175). Sum of RGB (Red+Green+Blue) = 222+173+175=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEADAF is #215250. Grayscale: #BBBBBB. Windows color (decimal): -2183761 or 11513310. OLE color: 11513310.

HSL color Cylindrical-coordinate representation of color #DEADAF: hue angle of 357.55º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEADAF is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB222173175-
CMYK00.220.210.13
HSL357.55º42.61%77.45%-
HSV(B)357.55º22.07%87.06%-
XYZ52.8148.5147.14-
YUV187.88120.73152.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.95%
GREEN value IS 173 (67.97% from 255) = 30.35%
BLUE value IS 175 (68.75% from 255) = 30.70%
R=38.95%
G=30.35%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217317500.220.210.13357.5542.6177.45
HexDEADAF01615D1662b4d
Octal336255257026251554653115
Binary1101111010101101101011110101101010111011011001101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEADAF; }

 p { color: rgb(222,173,175); }

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

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

 a { background-color: rgb(222,173,175); }

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

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

 span { border-color: rgb(222,173,175); }

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