Shades of Rose #DEA296
Tints of Rose #DEA296
RGB
CMYK
RGB Variations
Color information
#DEA296 (or 0xDEA296) is known color: Rose. HEX triplet: DE, A2 and 96. RGB value is (222,162,150). Sum of RGB (Red+Green+Blue) = 222+162+150=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA296 is #215D69. Grayscale: #B2B2B2. Windows color (decimal): -2186602 or 9872094. OLE color: 9872094.
HSL color Cylindrical-coordinate representation of color #DEA296: hue angle of 10º 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 #DEA296 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 162 | 150 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.13 |
| HSL | 10º | 0.52% | 0.73% | - |
| HSV(B) | 10º | 0.32% | 0.87% | - |
| XYZ | 48.55 | 43.57 | 34.71 | - |
| YUV | 178.57 | 111.88 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 162 | 150 | 0 | 0.27 | 0.32 | 0.13 | 10 | 0.52 | 0.73 |
| Hex | DE | A2 | 96 | 0 | 1B | 20 | D | A | 34 | 49 |
| Octal | 336 | 242 | 226 | 0 | 33 | 40 | 15 | 12 | 64 | 111 |
| Binary | 11011110 | 10100010 | 10010110 | 0 | 11011 | 100000 | 1101 | 1010 | 110100 | 1001001 |
Color Harmonies of #DEA296
Complementary color
Monochromatic Colors of #DEA296
Black with #DEA296
Text Example
Text Example
White with #DEA296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA296; }
p { color: rgb(222,162,150); }
H1.HeaderClassName
{
color: #DEA296;
}
.AnyTagClassName
{
color: #DEA296;
}
</style>
background-color css
<style>
a { background-color: #DEA296; }
a { background-color: rgb(222,162,150); }
div.DivClassName
{
background-color: #DEA296;
}
.BgClassName
{
background-color: #DEA296;
}
</style>
border-color css
<style>
span { border-color: #DEA296; }
span { border-color: rgb(222,162,150); }
td.TdClassName
{
border-color: #DEA296;
}
.TagClassName
{
border-color: #DEA296;
}
</style>