Shades of Blossom #DEA9B6
Tints of Blossom #DEA9B6
RGB
CMYK
RGB Variations
Color information
#DEA9B6 (or 0xDEA9B6) is known color: Blossom. HEX triplet: DE, A9 and B6. RGB value is (222,169,182). Sum of RGB (Red+Green+Blue) = 222+169+182=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 169 (66.41% from 255 or 29.49% from 573); Blue value is 182 (71.48% from 255 or 31.76% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA9B6 is #215649. Grayscale: #BABABA. Windows color (decimal): -2184778 or 11971038. OLE color: 11971038.
HSL color Cylindrical-coordinate representation of color #DEA9B6: hue angle of 345.28º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEA9B6 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 169 | 182 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.13 |
| HSL | 345.28º | 0.45% | 0.77% | - |
| HSV(B) | 345.28º | 0.24% | 0.87% | - |
| XYZ | 52.76 | 47.28 | 50.6 | - |
| YUV | 186.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 169 | 182 | 0 | 0.24 | 0.18 | 0.13 | 345.28 | 0.45 | 0.77 |
| Hex | DE | A9 | B6 | 0 | 18 | 12 | D | 159 | 2D | 4D |
| Octal | 336 | 251 | 266 | 0 | 30 | 22 | 15 | 531 | 55 | 115 |
| Binary | 11011110 | 10101001 | 10110110 | 0 | 11000 | 10010 | 1101 | 101011001 | 101101 | 1001101 |
Color Harmonies of #DEA9B6
Complementary color
Monochromatic Colors of #DEA9B6
Black with #DEA9B6
Text Example
Text Example
White with #DEA9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA9B6; }
p { color: rgb(222,169,182); }
H1.HeaderClassName
{
color: #DEA9B6;
}
.AnyTagClassName
{
color: #DEA9B6;
}
</style>
background-color css
<style>
a { background-color: #DEA9B6; }
a { background-color: rgb(222,169,182); }
div.DivClassName
{
background-color: #DEA9B6;
}
.BgClassName
{
background-color: #DEA9B6;
}
</style>
border-color css
<style>
span { border-color: #DEA9B6; }
span { border-color: rgb(222,169,182); }
td.TdClassName
{
border-color: #DEA9B6;
}
.TagClassName
{
border-color: #DEA9B6;
}
</style>