Shades of Blossom #DCABB4
Tints of Blossom #DCABB4
RGB
CMYK
RGB Variations
Color information
#DCABB4 (or 0xDCABB4) is known color: Blossom. HEX triplet: DC, AB and B4. RGB value is (220,171,180). Sum of RGB (Red+Green+Blue) = 220+171+180=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABB4 is #23544B. Grayscale: #BABABA. Windows color (decimal): -2315340 or 11840476. OLE color: 11840476.
HSL color Cylindrical-coordinate representation of color #DCABB4: hue angle of 348.98º 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 #DCABB4 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 180 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.14 |
| HSL | 348.98º | 0.41% | 0.77% | - |
| HSV(B) | 348.98º | 0.22% | 0.86% | - |
| XYZ | 52.32 | 47.64 | 49.62 | - |
| YUV | 186.68 | 124.23 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 180 | 0 | 0.22 | 0.18 | 0.14 | 348.98 | 0.41 | 0.77 |
| Hex | DC | AB | B4 | 0 | 16 | 12 | E | 15D | 29 | 4D |
| Octal | 334 | 253 | 264 | 0 | 26 | 22 | 16 | 535 | 51 | 115 |
| Binary | 11011100 | 10101011 | 10110100 | 0 | 10110 | 10010 | 1110 | 101011101 | 101001 | 1001101 |
Color Harmonies of #DCABB4
Complementary color
Monochromatic Colors of #DCABB4
Black with #DCABB4
Text Example
Text Example
White with #DCABB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABB4; }
p { color: rgb(220,171,180); }
H1.HeaderClassName
{
color: #DCABB4;
}
.AnyTagClassName
{
color: #DCABB4;
}
</style>
background-color css
<style>
a { background-color: #DCABB4; }
a { background-color: rgb(220,171,180); }
div.DivClassName
{
background-color: #DCABB4;
}
.BgClassName
{
background-color: #DCABB4;
}
</style>
border-color css
<style>
span { border-color: #DCABB4; }
span { border-color: rgb(220,171,180); }
td.TdClassName
{
border-color: #DCABB4;
}
.TagClassName
{
border-color: #DCABB4;
}
</style>