Shades of Blossom #DEACB3
Tints of Blossom #DEACB3
RGB
CMYK
RGB Variations
Color information
#DEACB3 (or 0xDEACB3) is known color: Blossom. HEX triplet: DE, AC and B3. RGB value is (222,172,179). Sum of RGB (Red+Green+Blue) = 222+172+179=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 179 (70.31% from 255 or 31.24% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACB3 is #21534C. Grayscale: #BBBBBB. Windows color (decimal): -2184013 or 11775198. OLE color: 11775198.
HSL color Cylindrical-coordinate representation of color #DEACB3: hue angle of 351.6º 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 #DEACB3 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 179 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.13 |
| HSL | 351.6º | 0.43% | 0.77% | - |
| HSV(B) | 351.6º | 0.23% | 0.87% | - |
| XYZ | 53.01 | 48.29 | 49.17 | - |
| YUV | 187.75 | 123.07 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 179 | 0 | 0.23 | 0.19 | 0.13 | 351.6 | 0.43 | 0.77 |
| Hex | DE | AC | B3 | 0 | 17 | 13 | D | 160 | 2B | 4D |
| Octal | 336 | 254 | 263 | 0 | 27 | 23 | 15 | 540 | 53 | 115 |
| Binary | 11011110 | 10101100 | 10110011 | 0 | 10111 | 10011 | 1101 | 101100000 | 101011 | 1001101 |
Color Harmonies of #DEACB3
Complementary color
Monochromatic Colors of #DEACB3
Black with #DEACB3
Text Example
Text Example
White with #DEACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEACB3; }
p { color: rgb(222,172,179); }
H1.HeaderClassName
{
color: #DEACB3;
}
.AnyTagClassName
{
color: #DEACB3;
}
</style>
background-color css
<style>
a { background-color: #DEACB3; }
a { background-color: rgb(222,172,179); }
div.DivClassName
{
background-color: #DEACB3;
}
.BgClassName
{
background-color: #DEACB3;
}
</style>
border-color css
<style>
span { border-color: #DEACB3; }
span { border-color: rgb(222,172,179); }
td.TdClassName
{
border-color: #DEACB3;
}
.TagClassName
{
border-color: #DEACB3;
}
</style>