Html Css Color HEX #DEAD96 Rose

📋 copy color: '#DEAD96'

red 222 ◦ green 173 ◦ blue 150

#DEAD96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose #DEAD96

Tints of Rose #DEAD96

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 value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DEAD96 (or 0xDEAD96) is known color: 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

RGB 222 173 150 -
CMYK 0 0.22 0.32 0.13
HSL 19.17º 0.52% 0.73% -
HSV(B) 19.17º 0.32% 0.87% -
XYZ 50.57 47.62 35.38 -
YUV 185.03 108.23 154.37 -
System Red Green Blue C M Y K H S L
Decimal 222 173 150 0 0.22 0.32 0.13 19.17 0.52 0.73
Hex DE AD 96 0 16 20 D 13 34 49
Octal 336 255 226 0 26 40 15 23 64 111
Binary 11011110 10101101 10010110 0 10110 100000 1101 10011 110100 1001001

Color Harmonies of #DEAD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAD96

Black with #DEAD96

Text Example


Text Example

White with #DEAD96

Text Example


Text Example

HTML Codes & Css Web 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>