Shades of Blossom #DEA9B3
Tints of Blossom #DEA9B3
RGB
CMYK
RGB Variations
Color information
#DEA9B3 (or 0xDEA9B3) is known color: Blossom. HEX triplet: DE, A9 and B3. RGB value is (222,169,179). Sum of RGB (Red+Green+Blue) = 222+169+179=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 169 (66.41% from 255 or 29.65% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA9B3 is #21564C. Grayscale: #BABABA. Windows color (decimal): -2184781 or 11774430. OLE color: 11774430.
HSL color Cylindrical-coordinate representation of color #DEA9B3: hue angle of 348.68º 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 #DEA9B3 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 169 | 179 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.13 |
| HSL | 348.68º | 0.45% | 0.77% | - |
| HSV(B) | 348.68º | 0.24% | 0.87% | - |
| XYZ | 52.45 | 47.16 | 48.99 | - |
| YUV | 185.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 169 | 179 | 0 | 0.24 | 0.19 | 0.13 | 348.68 | 0.45 | 0.77 |
| Hex | DE | A9 | B3 | 0 | 18 | 13 | D | 15D | 2D | 4D |
| Octal | 336 | 251 | 263 | 0 | 30 | 23 | 15 | 535 | 55 | 115 |
| Binary | 11011110 | 10101001 | 10110011 | 0 | 11000 | 10011 | 1101 | 101011101 | 101101 | 1001101 |
Color Harmonies of #DEA9B3
Complementary color
Monochromatic Colors of #DEA9B3
Black with #DEA9B3
Text Example
Text Example
White with #DEA9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA9B3; }
p { color: rgb(222,169,179); }
H1.HeaderClassName
{
color: #DEA9B3;
}
.AnyTagClassName
{
color: #DEA9B3;
}
</style>
background-color css
<style>
a { background-color: #DEA9B3; }
a { background-color: rgb(222,169,179); }
div.DivClassName
{
background-color: #DEA9B3;
}
.BgClassName
{
background-color: #DEA9B3;
}
</style>
border-color css
<style>
span { border-color: #DEA9B3; }
span { border-color: rgb(222,169,179); }
td.TdClassName
{
border-color: #DEA9B3;
}
.TagClassName
{
border-color: #DEA9B3;
}
</style>