Shades of Blossom #DCACB3
Tints of Blossom #DCACB3
RGB
CMYK
RGB Variations
Color information
#DCACB3 (or 0xDCACB3) is known color: Blossom. HEX triplet: DC, AC and B3. RGB value is (220,172,179). Sum of RGB (Red+Green+Blue) = 220+172+179=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACB3 is #23534C. Grayscale: #BBBBBB. Windows color (decimal): -2315085 or 11775196. OLE color: 11775196.
HSL color Cylindrical-coordinate representation of color #DCACB3: hue angle of 351.25º 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 #DCACB3 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 179 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.14 |
| HSL | 351.25º | 0.41% | 0.77% | - |
| HSV(B) | 351.25º | 0.22% | 0.86% | - |
| XYZ | 52.4 | 47.98 | 49.15 | - |
| YUV | 187.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 179 | 0 | 0.22 | 0.19 | 0.14 | 351.25 | 0.41 | 0.77 |
| Hex | DC | AC | B3 | 0 | 16 | 13 | E | 15F | 29 | 4D |
| Octal | 334 | 254 | 263 | 0 | 26 | 23 | 16 | 537 | 51 | 115 |
| Binary | 11011100 | 10101100 | 10110011 | 0 | 10110 | 10011 | 1110 | 101011111 | 101001 | 1001101 |
Color Harmonies of #DCACB3
Complementary color
Monochromatic Colors of #DCACB3
Black with #DCACB3
Text Example
Text Example
White with #DCACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACB3; }
p { color: rgb(220,172,179); }
H1.HeaderClassName
{
color: #DCACB3;
}
.AnyTagClassName
{
color: #DCACB3;
}
</style>
background-color css
<style>
a { background-color: #DCACB3; }
a { background-color: rgb(220,172,179); }
div.DivClassName
{
background-color: #DCACB3;
}
.BgClassName
{
background-color: #DCACB3;
}
</style>
border-color css
<style>
span { border-color: #DCACB3; }
span { border-color: rgb(220,172,179); }
td.TdClassName
{
border-color: #DCACB3;
}
.TagClassName
{
border-color: #DCACB3;
}
</style>