Shades of Blossom #DCAAB5
Tints of Blossom #DCAAB5
RGB
CMYK
RGB Variations
Color information
#DCAAB5 (or 0xDCAAB5) is known color: Blossom. HEX triplet: DC, AA and B5. RGB value is (220,170,181). Sum of RGB (Red+Green+Blue) = 220+170+181=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAAB5 is #23554A. Grayscale: #BABABA. Windows color (decimal): -2315595 or 11905756. OLE color: 11905756.
HSL color Cylindrical-coordinate representation of color #DCAAB5: hue angle of 346.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCAAB5 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 181 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.14 |
| HSL | 346.8º | 0.42% | 0.76% | - |
| HSV(B) | 346.8º | 0.23% | 0.86% | - |
| XYZ | 52.23 | 47.3 | 50.09 | - |
| YUV | 186.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 181 | 0 | 0.23 | 0.18 | 0.14 | 346.8 | 0.42 | 0.76 |
| Hex | DC | AA | B5 | 0 | 17 | 12 | E | 15B | 2A | 4C |
| Octal | 334 | 252 | 265 | 0 | 27 | 22 | 16 | 533 | 52 | 114 |
| Binary | 11011100 | 10101010 | 10110101 | 0 | 10111 | 10010 | 1110 | 101011011 | 101010 | 1001100 |
Color Harmonies of #DCAAB5
Complementary color
Monochromatic Colors of #DCAAB5
Black with #DCAAB5
Text Example
Text Example
White with #DCAAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAAB5; }
p { color: rgb(220,170,181); }
H1.HeaderClassName
{
color: #DCAAB5;
}
.AnyTagClassName
{
color: #DCAAB5;
}
</style>
background-color css
<style>
a { background-color: #DCAAB5; }
a { background-color: rgb(220,170,181); }
div.DivClassName
{
background-color: #DCAAB5;
}
.BgClassName
{
background-color: #DCAAB5;
}
</style>
border-color css
<style>
span { border-color: #DCAAB5; }
span { border-color: rgb(220,170,181); }
td.TdClassName
{
border-color: #DCAAB5;
}
.TagClassName
{
border-color: #DCAAB5;
}
</style>