#DEADB1

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

Shades of Pale Chestnut #DEADB1

Tints of Pale Chestnut #DEADB1

Color information

#DEADB1 (or 0xDEADB1) is unknown color: approx Pale Chestnut. HEX triplet: DE, AD and B1. RGB value is (222,173,177). Sum of RGB (Red+Green+Blue) = 222+173+177=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEADB1 is #21524E. Grayscale: #BCBCBC. Windows color (decimal): -2183759 or 11644382. OLE color: 11644382.

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

Color convert

RGB222173177-
CMYK00.220.200.13
HSL355.1º42.61%77.45%-
HSV(B)355.1º22.07%87.06%-
XYZ5348.5948.18-
YUV188.11121.73152.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.81%
GREEN value IS 173 (67.97% from 255) = 30.24%
BLUE value IS 177 (69.53% from 255) = 30.94%
R=38.81%
G=30.24%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217317700.220.200.13355.142.6177.45
HexDEADB101614D1632b4d
Octal336255261026241554353115
Binary1101111010101101101100010101101010011011011000111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEADB1; }

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

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

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

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

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

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

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

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