#DEAD96

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

Shades of Rose #DEAD96

Tints of Rose #DEAD96

Color information

#DEAD96 (or 0xDEAD96) is unknown color: approx Rose. HEX triplet: DE, AD and 96. RGB value is (222,173,150). Sum of RGB (Red+Green+Blue) = 222+173+150=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAD96 is #215269. Grayscale: #B9B9B9. Windows color (decimal): -2183786 or 9874910. OLE color: 9874910.

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

Color convert

RGB222173150-
CMYK00.220.320.13
HSL19.17º52.17%72.94%-
HSV(B)19.17º32.43%87.06%-
XYZ50.5747.6235.38-
YUV185.03108.23154.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.73%
GREEN value IS 173 (67.97% from 255) = 31.74%
BLUE value IS 150 (58.98% from 255) = 27.52%
R=40.73%
G=31.74%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217315000.220.320.1319.1752.1772.94
HexDEAD9601620D133449
Octal33625522602640152364111
Binary1101111010101101100101100101101000001101100111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAD96; }

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

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

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

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

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

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

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

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