Shades of Blossom #DEACB7
Tints of Blossom #DEACB7
RGB
CMYK
RGB Variations
Color information
#DEACB7 (or 0xDEACB7) is known color: Blossom. HEX triplet: DE, AC and B7. RGB value is (222,172,183). Sum of RGB (Red+Green+Blue) = 222+172+183=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 183 (71.88% from 255 or 31.72% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACB7 is #215348. Grayscale: #BCBCBC. Windows color (decimal): -2184009 or 12037342. OLE color: 12037342.
HSL color Cylindrical-coordinate representation of color #DEACB7: hue angle of 346.8º degrees, saturation: 0.43, 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 #DEACB7 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 183 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.13 |
| HSL | 346.8º | 0.43% | 0.77% | - |
| HSV(B) | 346.8º | 0.23% | 0.87% | - |
| XYZ | 53.42 | 48.45 | 51.34 | - |
| YUV | 188.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 183 | 0 | 0.23 | 0.18 | 0.13 | 346.8 | 0.43 | 0.77 |
| Hex | DE | AC | B7 | 0 | 17 | 12 | D | 15B | 2B | 4D |
| Octal | 336 | 254 | 267 | 0 | 27 | 22 | 15 | 533 | 53 | 115 |
| Binary | 11011110 | 10101100 | 10110111 | 0 | 10111 | 10010 | 1101 | 101011011 | 101011 | 1001101 |
Color Harmonies of #DEACB7
Complementary color
Monochromatic Colors of #DEACB7
Black with #DEACB7
Text Example
Text Example
White with #DEACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEACB7; }
p { color: rgb(222,172,183); }
H1.HeaderClassName
{
color: #DEACB7;
}
.AnyTagClassName
{
color: #DEACB7;
}
</style>
background-color css
<style>
a { background-color: #DEACB7; }
a { background-color: rgb(222,172,183); }
div.DivClassName
{
background-color: #DEACB7;
}
.BgClassName
{
background-color: #DEACB7;
}
</style>
border-color css
<style>
span { border-color: #DEACB7; }
span { border-color: rgb(222,172,183); }
td.TdClassName
{
border-color: #DEACB7;
}
.TagClassName
{
border-color: #DEACB7;
}
</style>