Shades of Blossom #DCACB5
Tints of Blossom #DCACB5
RGB
CMYK
RGB Variations
Color information
#DCACB5 (or 0xDCACB5) is known color: Blossom. HEX triplet: DC, AC and B5. RGB value is (220,172,181). Sum of RGB (Red+Green+Blue) = 220+172+181=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACB5 is #23534A. Grayscale: #BBBBBB. Windows color (decimal): -2315083 or 11906268. OLE color: 11906268.
HSL color Cylindrical-coordinate representation of color #DCACB5: hue angle of 348.75º 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 #DCACB5 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 172 | 181 | - |
CMYK | 0 | 0.22 | 0.18 | 0.14 |
HSL | 348.75º | 0.41% | 0.77% | - |
HSV(B) | 348.75º | 0.22% | 0.86% | - |
XYZ | 52.61 | 48.06 | 50.22 | - |
YUV | 187.38 | 124.4 | 151.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 172 | 181 | 0 | 0.22 | 0.18 | 0.14 | 348.75 | 0.41 | 0.77 |
Hex | DC | AC | B5 | 0 | 16 | 12 | E | 15D | 29 | 4D |
Octal | 334 | 254 | 265 | 0 | 26 | 22 | 16 | 535 | 51 | 115 |
Binary | 11011100 | 10101100 | 10110101 | 0 | 10110 | 10010 | 1110 | 101011101 | 101001 | 1001101 |
Color Harmonies of #DCACB5
Complementary color
Monochromatic Colors of #DCACB5
Black with #DCACB5
Text Example
Text Example
White with #DCACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACB5; }
p { color: rgb(220,172,181); }
H1.HeaderClassName
{
color: #DCACB5;
}
.AnyTagClassName
{
color: #DCACB5;
}
</style>
background-color css
<style>
a { background-color: #DCACB5; }
a { background-color: rgb(220,172,181); }
div.DivClassName
{
background-color: #DCACB5;
}
.BgClassName
{
background-color: #DCACB5;
}
</style>
border-color css
<style>
span { border-color: #DCACB5; }
span { border-color: rgb(220,172,181); }
td.TdClassName
{
border-color: #DCACB5;
}
.TagClassName
{
border-color: #DCACB5;
}
</style>