Shades of Blossom #DEABB5
Tints of Blossom #DEABB5
RGB
CMYK
RGB Variations
Color information
#DEABB5 (or 0xDEABB5) is known color: Blossom. HEX triplet: DE, AB and B5. RGB value is (222,171,181). Sum of RGB (Red+Green+Blue) = 222+171+181=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DEABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEABB5 is #21544A. Grayscale: #BBBBBB. Windows color (decimal): -2184267 or 11906014. OLE color: 11906014.
HSL color Cylindrical-coordinate representation of color #DEABB5: hue angle of 348.24º 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 #DEABB5 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 181 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.13 |
| HSL | 348.24º | 0.44% | 0.77% | - |
| HSV(B) | 348.24º | 0.23% | 0.87% | - |
| XYZ | 53.03 | 47.99 | 50.18 | - |
| YUV | 187.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 181 | 0 | 0.23 | 0.18 | 0.13 | 348.24 | 0.44 | 0.77 |
| Hex | DE | AB | B5 | 0 | 17 | 12 | D | 15C | 2C | 4D |
| Octal | 336 | 253 | 265 | 0 | 27 | 22 | 15 | 534 | 54 | 115 |
| Binary | 11011110 | 10101011 | 10110101 | 0 | 10111 | 10010 | 1101 | 101011100 | 101100 | 1001101 |
Color Harmonies of #DEABB5
Complementary color
Monochromatic Colors of #DEABB5
Black with #DEABB5
Text Example
Text Example
White with #DEABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEABB5; }
p { color: rgb(222,171,181); }
H1.HeaderClassName
{
color: #DEABB5;
}
.AnyTagClassName
{
color: #DEABB5;
}
</style>
background-color css
<style>
a { background-color: #DEABB5; }
a { background-color: rgb(222,171,181); }
div.DivClassName
{
background-color: #DEABB5;
}
.BgClassName
{
background-color: #DEABB5;
}
</style>
border-color css
<style>
span { border-color: #DEABB5; }
span { border-color: rgb(222,171,181); }
td.TdClassName
{
border-color: #DEABB5;
}
.TagClassName
{
border-color: #DEABB5;
}
</style>