Shades of Blossom #DEAAB7
Tints of Blossom #DEAAB7
RGB
CMYK
RGB Variations
Color information
#DEAAB7 (or 0xDEAAB7) is known color: Blossom. HEX triplet: DE, AA and B7. RGB value is (222,170,183). Sum of RGB (Red+Green+Blue) = 222+170+183=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 183 (71.88% from 255 or 31.83% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAAB7 is #215548. Grayscale: #BBBBBB. Windows color (decimal): -2184521 or 12036830. OLE color: 12036830.
HSL color Cylindrical-coordinate representation of color #DEAAB7: hue angle of 345º 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 #DEAAB7 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 183 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.13 |
| HSL | 345º | 0.44% | 0.77% | - |
| HSV(B) | 345º | 0.23% | 0.87% | - |
| XYZ | 53.05 | 47.7 | 51.21 | - |
| YUV | 187.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 183 | 0 | 0.23 | 0.18 | 0.13 | 345 | 0.44 | 0.77 |
| Hex | DE | AA | B7 | 0 | 17 | 12 | D | 159 | 2C | 4D |
| Octal | 336 | 252 | 267 | 0 | 27 | 22 | 15 | 531 | 54 | 115 |
| Binary | 11011110 | 10101010 | 10110111 | 0 | 10111 | 10010 | 1101 | 101011001 | 101100 | 1001101 |
Color Harmonies of #DEAAB7
Complementary color
Monochromatic Colors of #DEAAB7
Black with #DEAAB7
Text Example
Text Example
White with #DEAAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAAB7; }
p { color: rgb(222,170,183); }
H1.HeaderClassName
{
color: #DEAAB7;
}
.AnyTagClassName
{
color: #DEAAB7;
}
</style>
background-color css
<style>
a { background-color: #DEAAB7; }
a { background-color: rgb(222,170,183); }
div.DivClassName
{
background-color: #DEAAB7;
}
.BgClassName
{
background-color: #DEAAB7;
}
</style>
border-color css
<style>
span { border-color: #DEAAB7; }
span { border-color: rgb(222,170,183); }
td.TdClassName
{
border-color: #DEAAB7;
}
.TagClassName
{
border-color: #DEAAB7;
}
</style>