Shades of Blossom #DCACB2
Tints of Blossom #DCACB2
RGB
CMYK
RGB Variations
Color information
#DCACB2 (or 0xDCACB2) is known color: Blossom. HEX triplet: DC, AC and B2. RGB value is (220,172,178). Sum of RGB (Red+Green+Blue) = 220+172+178=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCACB2 is #23534D. Grayscale: #BBBBBB. Windows color (decimal): -2315086 or 11709660. OLE color: 11709660.
HSL color Cylindrical-coordinate representation of color #DCACB2: hue angle of 352.5º 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 #DCACB2 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 178 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.14 |
| HSL | 352.5º | 0.41% | 0.77% | - |
| HSV(B) | 352.5º | 0.22% | 0.86% | - |
| XYZ | 52.3 | 47.94 | 48.62 | - |
| YUV | 187.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 178 | 0 | 0.22 | 0.19 | 0.14 | 352.5 | 0.41 | 0.77 |
| Hex | DC | AC | B2 | 0 | 16 | 13 | E | 160 | 29 | 4D |
| Octal | 334 | 254 | 262 | 0 | 26 | 23 | 16 | 540 | 51 | 115 |
| Binary | 11011100 | 10101100 | 10110010 | 0 | 10110 | 10011 | 1110 | 101100000 | 101001 | 1001101 |
Color Harmonies of #DCACB2
Complementary color
Monochromatic Colors of #DCACB2
Black with #DCACB2
Text Example
Text Example
White with #DCACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACB2; }
p { color: rgb(220,172,178); }
H1.HeaderClassName
{
color: #DCACB2;
}
.AnyTagClassName
{
color: #DCACB2;
}
</style>
background-color css
<style>
a { background-color: #DCACB2; }
a { background-color: rgb(220,172,178); }
div.DivClassName
{
background-color: #DCACB2;
}
.BgClassName
{
background-color: #DCACB2;
}
</style>
border-color css
<style>
span { border-color: #DCACB2; }
span { border-color: rgb(220,172,178); }
td.TdClassName
{
border-color: #DCACB2;
}
.TagClassName
{
border-color: #DCACB2;
}
</style>