#DEADAE

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

Shades of Pale Chestnut #DEADAE

Tints of Pale Chestnut #DEADAE

Color information

#DEADAE (or 0xDEADAE) is unknown color: approx Pale Chestnut. HEX triplet: DE, AD and AE. RGB value is (222,173,174). Sum of RGB (Red+Green+Blue) = 222+173+174=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEADAE is #215251. Grayscale: #BBBBBB. Windows color (decimal): -2183762 or 11447774. OLE color: 11447774.

HSL color Cylindrical-coordinate representation of color #DEADAE: hue angle of 358.78º 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 #DEADAE is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB222173174-
CMYK00.220.220.13
HSL358.78º42.61%77.45%-
HSV(B)358.78º22.07%87.06%-
XYZ52.7148.4746.62-
YUV187.76120.23152.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 173 (67.97% from 255) = 30.40%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=39.02%
G=30.40%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217317400.220.220.13358.7842.6177.45
HexDEADAE01616D1672b4d
Octal336255256026261554753115
Binary1101111010101101101011100101101011011011011001111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEADAE; }

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

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

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

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

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

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

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

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