Shades of Blossom #DCABB7
Tints of Blossom #DCABB7
RGB
CMYK
RGB Variations
Color information
#DCABB7 (or 0xDCABB7) is known color: Blossom. HEX triplet: DC, AB and B7. RGB value is (220,171,183). Sum of RGB (Red+Green+Blue) = 220+171+183=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 183 (71.88% from 255 or 31.88% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABB7 is #235448. Grayscale: #BBBBBB. Windows color (decimal): -2315337 or 12037084. OLE color: 12037084.
HSL color Cylindrical-coordinate representation of color #DCABB7: hue angle of 345.31º 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 #DCABB7 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 183 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.14 |
| HSL | 345.31º | 0.41% | 0.77% | - |
| HSV(B) | 345.31º | 0.22% | 0.86% | - |
| XYZ | 52.63 | 47.76 | 51.24 | - |
| YUV | 187.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 183 | 0 | 0.22 | 0.17 | 0.14 | 345.31 | 0.41 | 0.77 |
| Hex | DC | AB | B7 | 0 | 16 | 11 | E | 159 | 29 | 4D |
| Octal | 334 | 253 | 267 | 0 | 26 | 21 | 16 | 531 | 51 | 115 |
| Binary | 11011100 | 10101011 | 10110111 | 0 | 10110 | 10001 | 1110 | 101011001 | 101001 | 1001101 |
Color Harmonies of #DCABB7
Complementary color
Monochromatic Colors of #DCABB7
Black with #DCABB7
Text Example
Text Example
White with #DCABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABB7; }
p { color: rgb(220,171,183); }
H1.HeaderClassName
{
color: #DCABB7;
}
.AnyTagClassName
{
color: #DCABB7;
}
</style>
background-color css
<style>
a { background-color: #DCABB7; }
a { background-color: rgb(220,171,183); }
div.DivClassName
{
background-color: #DCABB7;
}
.BgClassName
{
background-color: #DCABB7;
}
</style>
border-color css
<style>
span { border-color: #DCABB7; }
span { border-color: rgb(220,171,183); }
td.TdClassName
{
border-color: #DCABB7;
}
.TagClassName
{
border-color: #DCABB7;
}
</style>