Shades of Blossom #DEAAB2
Tints of Blossom #DEAAB2
RGB
CMYK
RGB Variations
Color information
#DEAAB2 (or 0xDEAAB2) is known color: Blossom. HEX triplet: DE, AA and B2. RGB value is (222,170,178). Sum of RGB (Red+Green+Blue) = 222+170+178=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAAB2 is #21554D. Grayscale: #BABABA. Windows color (decimal): -2184526 or 11709150. OLE color: 11709150.
HSL color Cylindrical-coordinate representation of color #DEAAB2: hue angle of 350.77º 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 #DEAAB2 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 178 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.13 |
| HSL | 350.77º | 0.44% | 0.77% | - |
| HSV(B) | 350.77º | 0.23% | 0.87% | - |
| XYZ | 52.53 | 47.49 | 48.52 | - |
| YUV | 186.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 178 | 0 | 0.23 | 0.20 | 0.13 | 350.77 | 0.44 | 0.77 |
| Hex | DE | AA | B2 | 0 | 17 | 14 | D | 15F | 2C | 4D |
| Octal | 336 | 252 | 262 | 0 | 27 | 24 | 15 | 537 | 54 | 115 |
| Binary | 11011110 | 10101010 | 10110010 | 0 | 10111 | 10100 | 1101 | 101011111 | 101100 | 1001101 |
Color Harmonies of #DEAAB2
Complementary color
Monochromatic Colors of #DEAAB2
Black with #DEAAB2
Text Example
Text Example
White with #DEAAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAAB2; }
p { color: rgb(222,170,178); }
H1.HeaderClassName
{
color: #DEAAB2;
}
.AnyTagClassName
{
color: #DEAAB2;
}
</style>
background-color css
<style>
a { background-color: #DEAAB2; }
a { background-color: rgb(222,170,178); }
div.DivClassName
{
background-color: #DEAAB2;
}
.BgClassName
{
background-color: #DEAAB2;
}
</style>
border-color css
<style>
span { border-color: #DEAAB2; }
span { border-color: rgb(222,170,178); }
td.TdClassName
{
border-color: #DEAAB2;
}
.TagClassName
{
border-color: #DEAAB2;
}
</style>