Shades of Rose #DEA298
Tints of Rose #DEA298
RGB
CMYK
RGB Variations
Color information
#DEA298 (or 0xDEA298) is known color: Rose. HEX triplet: DE, A2 and 98. RGB value is (222,162,152). Sum of RGB (Red+Green+Blue) = 222+162+152=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA298 is #215D67. Grayscale: #B2B2B2. Windows color (decimal): -2186600 or 10003166. OLE color: 10003166.
HSL color Cylindrical-coordinate representation of color #DEA298: hue angle of 8.57º degrees, saturation: 0.51, 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 #DEA298 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 162 | 152 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.13 |
| HSL | 8.57º | 0.51% | 0.73% | - |
| HSV(B) | 8.57º | 0.32% | 0.87% | - |
| XYZ | 48.71 | 43.64 | 35.56 | - |
| YUV | 178.8 | 112.88 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 162 | 152 | 0 | 0.27 | 0.32 | 0.13 | 8.57 | 0.51 | 0.73 |
| Hex | DE | A2 | 98 | 0 | 1B | 20 | D | 9 | 33 | 49 |
| Octal | 336 | 242 | 230 | 0 | 33 | 40 | 15 | 11 | 63 | 111 |
| Binary | 11011110 | 10100010 | 10011000 | 0 | 11011 | 100000 | 1101 | 1001 | 110011 | 1001001 |
Color Harmonies of #DEA298
Complementary color
Monochromatic Colors of #DEA298
Black with #DEA298
Text Example
Text Example
White with #DEA298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA298; }
p { color: rgb(222,162,152); }
H1.HeaderClassName
{
color: #DEA298;
}
.AnyTagClassName
{
color: #DEA298;
}
</style>
background-color css
<style>
a { background-color: #DEA298; }
a { background-color: rgb(222,162,152); }
div.DivClassName
{
background-color: #DEA298;
}
.BgClassName
{
background-color: #DEA298;
}
</style>
border-color css
<style>
span { border-color: #DEA298; }
span { border-color: rgb(222,162,152); }
td.TdClassName
{
border-color: #DEA298;
}
.TagClassName
{
border-color: #DEA298;
}
</style>