Shades of Blossom #DEACB5
Tints of Blossom #DEACB5
RGB
CMYK
RGB Variations
Color information
#DEACB5 (or 0xDEACB5) is known color: Blossom. HEX triplet: DE, AC and B5. RGB value is (222,172,181). Sum of RGB (Red+Green+Blue) = 222+172+181=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACB5 is #21534A. Grayscale: #BBBBBB. Windows color (decimal): -2184011 or 11906270. OLE color: 11906270.
HSL color Cylindrical-coordinate representation of color #DEACB5: hue angle of 349.2º 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 #DEACB5 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 181 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.13 |
| HSL | 349.2º | 0.43% | 0.77% | - |
| HSV(B) | 349.2º | 0.23% | 0.87% | - |
| XYZ | 53.22 | 48.37 | 50.25 | - |
| YUV | 187.98 | 124.07 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 181 | 0 | 0.23 | 0.18 | 0.13 | 349.2 | 0.43 | 0.77 |
| Hex | DE | AC | B5 | 0 | 17 | 12 | D | 15D | 2B | 4D |
| Octal | 336 | 254 | 265 | 0 | 27 | 22 | 15 | 535 | 53 | 115 |
| Binary | 11011110 | 10101100 | 10110101 | 0 | 10111 | 10010 | 1101 | 101011101 | 101011 | 1001101 |
Color Harmonies of #DEACB5
Complementary color
Monochromatic Colors of #DEACB5
Black with #DEACB5
Text Example
Text Example
White with #DEACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEACB5; }
p { color: rgb(222,172,181); }
H1.HeaderClassName
{
color: #DEACB5;
}
.AnyTagClassName
{
color: #DEACB5;
}
</style>
background-color css
<style>
a { background-color: #DEACB5; }
a { background-color: rgb(222,172,181); }
div.DivClassName
{
background-color: #DEACB5;
}
.BgClassName
{
background-color: #DEACB5;
}
</style>
border-color css
<style>
span { border-color: #DEACB5; }
span { border-color: rgb(222,172,181); }
td.TdClassName
{
border-color: #DEACB5;
}
.TagClassName
{
border-color: #DEACB5;
}
</style>