Shades of Blossom #DCAAB3
Tints of Blossom #DCAAB3
RGB
CMYK
RGB Variations
Color information
#DCAAB3 (or 0xDCAAB3) is known color: Blossom. HEX triplet: DC, AA and B3. RGB value is (220,170,179). Sum of RGB (Red+Green+Blue) = 220+170+179=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 179 (70.31% from 255 or 31.46% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAAB3 is #23554C. Grayscale: #B9B9B9. Windows color (decimal): -2315597 or 11774684. OLE color: 11774684.
HSL color Cylindrical-coordinate representation of color #DCAAB3: hue angle of 349.2º 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 #DCAAB3 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 179 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.14 |
| HSL | 349.2º | 0.42% | 0.76% | - |
| HSV(B) | 349.2º | 0.23% | 0.86% | - |
| XYZ | 52.03 | 47.22 | 49.02 | - |
| YUV | 185.98 | 124.07 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 179 | 0 | 0.23 | 0.19 | 0.14 | 349.2 | 0.42 | 0.76 |
| Hex | DC | AA | B3 | 0 | 17 | 13 | E | 15D | 2A | 4C |
| Octal | 334 | 252 | 263 | 0 | 27 | 23 | 16 | 535 | 52 | 114 |
| Binary | 11011100 | 10101010 | 10110011 | 0 | 10111 | 10011 | 1110 | 101011101 | 101010 | 1001100 |
Color Harmonies of #DCAAB3
Complementary color
Monochromatic Colors of #DCAAB3
Black with #DCAAB3
Text Example
Text Example
White with #DCAAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAAB3; }
p { color: rgb(220,170,179); }
H1.HeaderClassName
{
color: #DCAAB3;
}
.AnyTagClassName
{
color: #DCAAB3;
}
</style>
background-color css
<style>
a { background-color: #DCAAB3; }
a { background-color: rgb(220,170,179); }
div.DivClassName
{
background-color: #DCAAB3;
}
.BgClassName
{
background-color: #DCAAB3;
}
</style>
border-color css
<style>
span { border-color: #DCAAB3; }
span { border-color: rgb(220,170,179); }
td.TdClassName
{
border-color: #DCAAB3;
}
.TagClassName
{
border-color: #DCAAB3;
}
</style>