Shades of Blossom #DEACB4
Tints of Blossom #DEACB4
RGB
CMYK
RGB Variations
Color information
#DEACB4 (or 0xDEACB4) is known color: Blossom. HEX triplet: DE, AC and B4. RGB value is (222,172,180). Sum of RGB (Red+Green+Blue) = 222+172+180=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 180 (70.70% from 255 or 31.36% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACB4 is #21534B. Grayscale: #BBBBBB. Windows color (decimal): -2184012 or 11840734. OLE color: 11840734.
HSL color Cylindrical-coordinate representation of color #DEACB4: hue angle of 350.4º 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 #DEACB4 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 180 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.13 |
| HSL | 350.4º | 0.43% | 0.77% | - |
| HSV(B) | 350.4º | 0.23% | 0.87% | - |
| XYZ | 53.11 | 48.33 | 49.71 | - |
| YUV | 187.86 | 123.57 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 180 | 0 | 0.23 | 0.19 | 0.13 | 350.4 | 0.43 | 0.77 |
| Hex | DE | AC | B4 | 0 | 17 | 13 | D | 15E | 2B | 4D |
| Octal | 336 | 254 | 264 | 0 | 27 | 23 | 15 | 536 | 53 | 115 |
| Binary | 11011110 | 10101100 | 10110100 | 0 | 10111 | 10011 | 1101 | 101011110 | 101011 | 1001101 |
Color Harmonies of #DEACB4
Complementary color
Monochromatic Colors of #DEACB4
Black with #DEACB4
Text Example
Text Example
White with #DEACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEACB4; }
p { color: rgb(222,172,180); }
H1.HeaderClassName
{
color: #DEACB4;
}
.AnyTagClassName
{
color: #DEACB4;
}
</style>
background-color css
<style>
a { background-color: #DEACB4; }
a { background-color: rgb(222,172,180); }
div.DivClassName
{
background-color: #DEACB4;
}
.BgClassName
{
background-color: #DEACB4;
}
</style>
border-color css
<style>
span { border-color: #DEACB4; }
span { border-color: rgb(222,172,180); }
td.TdClassName
{
border-color: #DEACB4;
}
.TagClassName
{
border-color: #DEACB4;
}
</style>