Shades of Blossom #DEABB2
Tints of Blossom #DEABB2
RGB
CMYK
RGB Variations
Color information
#DEABB2 (or 0xDEABB2) is known color: Blossom. HEX triplet: DE, AB and B2. RGB value is (222,171,178). Sum of RGB (Red+Green+Blue) = 222+171+178=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEABB2 is #21544D. Grayscale: #BBBBBB. Windows color (decimal): -2184270 or 11709406. OLE color: 11709406.
HSL color Cylindrical-coordinate representation of color #DEABB2: hue angle of 351.76º 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 #DEABB2 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 178 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.13 |
| HSL | 351.76º | 0.44% | 0.77% | - |
| HSV(B) | 351.76º | 0.23% | 0.87% | - |
| XYZ | 52.72 | 47.87 | 48.58 | - |
| YUV | 187.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 178 | 0 | 0.23 | 0.20 | 0.13 | 351.76 | 0.44 | 0.77 |
| Hex | DE | AB | B2 | 0 | 17 | 14 | D | 160 | 2C | 4D |
| Octal | 336 | 253 | 262 | 0 | 27 | 24 | 15 | 540 | 54 | 115 |
| Binary | 11011110 | 10101011 | 10110010 | 0 | 10111 | 10100 | 1101 | 101100000 | 101100 | 1001101 |
Color Harmonies of #DEABB2
Complementary color
Monochromatic Colors of #DEABB2
Black with #DEABB2
Text Example
Text Example
White with #DEABB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEABB2; }
p { color: rgb(222,171,178); }
H1.HeaderClassName
{
color: #DEABB2;
}
.AnyTagClassName
{
color: #DEABB2;
}
</style>
background-color css
<style>
a { background-color: #DEABB2; }
a { background-color: rgb(222,171,178); }
div.DivClassName
{
background-color: #DEABB2;
}
.BgClassName
{
background-color: #DEABB2;
}
</style>
border-color css
<style>
span { border-color: #DEABB2; }
span { border-color: rgb(222,171,178); }
td.TdClassName
{
border-color: #DEABB2;
}
.TagClassName
{
border-color: #DEABB2;
}
</style>