Shades of Rose #DEAA9B
Tints of Rose #DEAA9B
RGB
CMYK
RGB Variations
Color information
#DEAA9B (or 0xDEAA9B) is known color: Rose. HEX triplet: DE, AA and 9B. RGB value is (222,170,155). Sum of RGB (Red+Green+Blue) = 222+170+155=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAA9B is #215564. Grayscale: #B7B7B7. Windows color (decimal): -2184549 or 10201822. OLE color: 10201822.
HSL color Cylindrical-coordinate representation of color #DEAA9B: hue angle of 13.43º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEAA9B is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 155 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.13 |
| HSL | 13.43º | 0.5% | 0.74% | - |
| HSV(B) | 13.43º | 0.3% | 0.87% | - |
| XYZ | 50.42 | 46.65 | 37.36 | - |
| YUV | 183.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 155 | 0 | 0.23 | 0.30 | 0.13 | 13.43 | 0.5 | 0.74 |
| Hex | DE | AA | 9B | 0 | 17 | 1E | D | D | 32 | 4A |
| Octal | 336 | 252 | 233 | 0 | 27 | 36 | 15 | 15 | 62 | 112 |
| Binary | 11011110 | 10101010 | 10011011 | 0 | 10111 | 11110 | 1101 | 1101 | 110010 | 1001010 |
Color Harmonies of #DEAA9B
Complementary color
Monochromatic Colors of #DEAA9B
Black with #DEAA9B
Text Example
Text Example
White with #DEAA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAA9B; }
p { color: rgb(222,170,155); }
H1.HeaderClassName
{
color: #DEAA9B;
}
.AnyTagClassName
{
color: #DEAA9B;
}
</style>
background-color css
<style>
a { background-color: #DEAA9B; }
a { background-color: rgb(222,170,155); }
div.DivClassName
{
background-color: #DEAA9B;
}
.BgClassName
{
background-color: #DEAA9B;
}
</style>
border-color css
<style>
span { border-color: #DEAA9B; }
span { border-color: rgb(222,170,155); }
td.TdClassName
{
border-color: #DEAA9B;
}
.TagClassName
{
border-color: #DEAA9B;
}
</style>