Shades of Blossom #DEADB9
Tints of Blossom #DEADB9
RGB
CMYK
RGB Variations
Color information
#DEADB9 (or 0xDEADB9) is known color: Blossom. HEX triplet: DE, AD and B9. RGB value is (222,173,185). Sum of RGB (Red+Green+Blue) = 222+173+185=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADB9 is #215246. Grayscale: #BDBDBD. Windows color (decimal): -2183751 or 12168670. OLE color: 12168670.
HSL color Cylindrical-coordinate representation of color #DEADB9: hue angle of 345.31º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEADB9 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 185 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.13 |
| HSL | 345.31º | 0.43% | 0.77% | - |
| HSV(B) | 345.31º | 0.22% | 0.87% | - |
| XYZ | 53.82 | 48.92 | 52.5 | - |
| YUV | 189.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 185 | 0 | 0.22 | 0.17 | 0.13 | 345.31 | 0.43 | 0.77 |
| Hex | DE | AD | B9 | 0 | 16 | 11 | D | 159 | 2B | 4D |
| Octal | 336 | 255 | 271 | 0 | 26 | 21 | 15 | 531 | 53 | 115 |
| Binary | 11011110 | 10101101 | 10111001 | 0 | 10110 | 10001 | 1101 | 101011001 | 101011 | 1001101 |
Color Harmonies of #DEADB9
Complementary color
Monochromatic Colors of #DEADB9
Black with #DEADB9
Text Example
Text Example
White with #DEADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEADB9; }
p { color: rgb(222,173,185); }
H1.HeaderClassName
{
color: #DEADB9;
}
.AnyTagClassName
{
color: #DEADB9;
}
</style>
background-color css
<style>
a { background-color: #DEADB9; }
a { background-color: rgb(222,173,185); }
div.DivClassName
{
background-color: #DEADB9;
}
.BgClassName
{
background-color: #DEADB9;
}
</style>
border-color css
<style>
span { border-color: #DEADB9; }
span { border-color: rgb(222,173,185); }
td.TdClassName
{
border-color: #DEADB9;
}
.TagClassName
{
border-color: #DEADB9;
}
</style>