Shades of Blossom #DEA8B2
Tints of Blossom #DEA8B2
RGB
CMYK
RGB Variations
Color information
#DEA8B2 (or 0xDEA8B2) is known color: Blossom. HEX triplet: DE, A8 and B2. RGB value is (222,168,178). Sum of RGB (Red+Green+Blue) = 222+168+178=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 168 (66.02% from 255 or 29.58% from 568); Blue value is 178 (69.92% from 255 or 31.34% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA8B2 is #21574D. Grayscale: #B9B9B9. Windows color (decimal): -2185038 or 11708638. OLE color: 11708638.
HSL color Cylindrical-coordinate representation of color #DEA8B2: hue angle of 348.89º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEA8B2 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 168 | 178 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.13 |
| HSL | 348.89º | 0.45% | 0.76% | - |
| HSV(B) | 348.89º | 0.24% | 0.87% | - |
| XYZ | 52.16 | 46.75 | 48.39 | - |
| YUV | 185.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 178 | 0 | 0.24 | 0.20 | 0.13 | 348.89 | 0.45 | 0.76 |
| Hex | DE | A8 | B2 | 0 | 18 | 14 | D | 15D | 2D | 4C |
| Octal | 336 | 250 | 262 | 0 | 30 | 24 | 15 | 535 | 55 | 114 |
| Binary | 11011110 | 10101000 | 10110010 | 0 | 11000 | 10100 | 1101 | 101011101 | 101101 | 1001100 |
Color Harmonies of #DEA8B2
Complementary color
Monochromatic Colors of #DEA8B2
Black with #DEA8B2
Text Example
Text Example
White with #DEA8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA8B2; }
p { color: rgb(222,168,178); }
H1.HeaderClassName
{
color: #DEA8B2;
}
.AnyTagClassName
{
color: #DEA8B2;
}
</style>
background-color css
<style>
a { background-color: #DEA8B2; }
a { background-color: rgb(222,168,178); }
div.DivClassName
{
background-color: #DEA8B2;
}
.BgClassName
{
background-color: #DEA8B2;
}
</style>
border-color css
<style>
span { border-color: #DEA8B2; }
span { border-color: rgb(222,168,178); }
td.TdClassName
{
border-color: #DEA8B2;
}
.TagClassName
{
border-color: #DEA8B2;
}
</style>