Shades of Blossom #DCACB7
Tints of Blossom #DCACB7
RGB
CMYK
RGB Variations
Color information
#DCACB7 (or 0xDCACB7) is known color: Blossom. HEX triplet: DC, AC and B7. RGB value is (220,172,183). Sum of RGB (Red+Green+Blue) = 220+172+183=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 183 (71.88% from 255 or 31.83% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACB7 is #235348. Grayscale: #BBBBBB. Windows color (decimal): -2315081 or 12037340. OLE color: 12037340.
HSL color Cylindrical-coordinate representation of color #DCACB7: hue angle of 346.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 #DCACB7 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 172 | 183 | - |
CMYK | 0 | 0.22 | 0.17 | 0.14 |
HSL | 346.25º | 0.41% | 0.77% | - |
HSV(B) | 346.25º | 0.22% | 0.86% | - |
XYZ | 52.81 | 48.14 | 51.31 | - |
YUV | 187.61 | 125.4 | 151.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 172 | 183 | 0 | 0.22 | 0.17 | 0.14 | 346.25 | 0.41 | 0.77 |
Hex | DC | AC | B7 | 0 | 16 | 11 | E | 15A | 29 | 4D |
Octal | 334 | 254 | 267 | 0 | 26 | 21 | 16 | 532 | 51 | 115 |
Binary | 11011100 | 10101100 | 10110111 | 0 | 10110 | 10001 | 1110 | 101011010 | 101001 | 1001101 |
Color Harmonies of #DCACB7
Complementary color
Monochromatic Colors of #DCACB7
Black with #DCACB7
Text Example
Text Example
White with #DCACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACB7; }
p { color: rgb(220,172,183); }
H1.HeaderClassName
{
color: #DCACB7;
}
.AnyTagClassName
{
color: #DCACB7;
}
</style>
background-color css
<style>
a { background-color: #DCACB7; }
a { background-color: rgb(220,172,183); }
div.DivClassName
{
background-color: #DCACB7;
}
.BgClassName
{
background-color: #DCACB7;
}
</style>
border-color css
<style>
span { border-color: #DCACB7; }
span { border-color: rgb(220,172,183); }
td.TdClassName
{
border-color: #DCACB7;
}
.TagClassName
{
border-color: #DCACB7;
}
</style>