Shades of Blossom #DEAAB5
Tints of Blossom #DEAAB5
RGB
CMYK
RGB Variations
Color information
#DEAAB5 (or 0xDEAAB5) is known color: Blossom. HEX triplet: DE, AA and B5. RGB value is (222,170,181). Sum of RGB (Red+Green+Blue) = 222+170+181=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAAB5 is #21554A. Grayscale: #BABABA. Windows color (decimal): -2184523 or 11905758. OLE color: 11905758.
HSL color Cylindrical-coordinate representation of color #DEAAB5: hue angle of 347.31º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEAAB5 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 181 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.13 |
| HSL | 347.31º | 0.44% | 0.77% | - |
| HSV(B) | 347.31º | 0.23% | 0.87% | - |
| XYZ | 52.84 | 47.62 | 50.12 | - |
| YUV | 186.8 | 124.73 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 181 | 0 | 0.23 | 0.18 | 0.13 | 347.31 | 0.44 | 0.77 |
| Hex | DE | AA | B5 | 0 | 17 | 12 | D | 15B | 2C | 4D |
| Octal | 336 | 252 | 265 | 0 | 27 | 22 | 15 | 533 | 54 | 115 |
| Binary | 11011110 | 10101010 | 10110101 | 0 | 10111 | 10010 | 1101 | 101011011 | 101100 | 1001101 |
Color Harmonies of #DEAAB5
Complementary color
Monochromatic Colors of #DEAAB5
Black with #DEAAB5
Text Example
Text Example
White with #DEAAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAAB5; }
p { color: rgb(222,170,181); }
H1.HeaderClassName
{
color: #DEAAB5;
}
.AnyTagClassName
{
color: #DEAAB5;
}
</style>
background-color css
<style>
a { background-color: #DEAAB5; }
a { background-color: rgb(222,170,181); }
div.DivClassName
{
background-color: #DEAAB5;
}
.BgClassName
{
background-color: #DEAAB5;
}
</style>
border-color css
<style>
span { border-color: #DEAAB5; }
span { border-color: rgb(222,170,181); }
td.TdClassName
{
border-color: #DEAAB5;
}
.TagClassName
{
border-color: #DEAAB5;
}
</style>