Shades of Blossom #DCACB4
Tints of Blossom #DCACB4
RGB
CMYK
RGB Variations
Color information
#DCACB4 (or 0xDCACB4) is known color: Blossom. HEX triplet: DC, AC and B4. RGB value is (220,172,180). Sum of RGB (Red+Green+Blue) = 220+172+180=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACB4 is #23534B. Grayscale: #BBBBBB. Windows color (decimal): -2315084 or 11840732. OLE color: 11840732.
HSL color Cylindrical-coordinate representation of color #DCACB4: hue angle of 350º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCACB4 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 180 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.14 |
| HSL | 350º | 0.41% | 0.77% | - |
| HSV(B) | 350º | 0.22% | 0.86% | - |
| XYZ | 52.51 | 48.02 | 49.68 | - |
| YUV | 187.26 | 123.9 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 180 | 0 | 0.22 | 0.18 | 0.14 | 350 | 0.41 | 0.77 |
| Hex | DC | AC | B4 | 0 | 16 | 12 | E | 15E | 29 | 4D |
| Octal | 334 | 254 | 264 | 0 | 26 | 22 | 16 | 536 | 51 | 115 |
| Binary | 11011100 | 10101100 | 10110100 | 0 | 10110 | 10010 | 1110 | 101011110 | 101001 | 1001101 |
Color Harmonies of #DCACB4
Complementary color
Monochromatic Colors of #DCACB4
Black with #DCACB4
Text Example
Text Example
White with #DCACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACB4; }
p { color: rgb(220,172,180); }
H1.HeaderClassName
{
color: #DCACB4;
}
.AnyTagClassName
{
color: #DCACB4;
}
</style>
background-color css
<style>
a { background-color: #DCACB4; }
a { background-color: rgb(220,172,180); }
div.DivClassName
{
background-color: #DCACB4;
}
.BgClassName
{
background-color: #DCACB4;
}
</style>
border-color css
<style>
span { border-color: #DCACB4; }
span { border-color: rgb(220,172,180); }
td.TdClassName
{
border-color: #DCACB4;
}
.TagClassName
{
border-color: #DCACB4;
}
</style>