Shades of Blossom #DCAAB6
Tints of Blossom #DCAAB6
RGB
CMYK
RGB Variations
Color information
#DCAAB6 (or 0xDCAAB6) is known color: Blossom. HEX triplet: DC, AA and B6. RGB value is (220,170,182). Sum of RGB (Red+Green+Blue) = 220+170+182=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 182 (71.48% from 255 or 31.82% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAAB6 is #235549. Grayscale: #BABABA. Windows color (decimal): -2315594 or 11971292. OLE color: 11971292.
HSL color Cylindrical-coordinate representation of color #DCAAB6: hue angle of 345.6º 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 #DCAAB6 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 170 | 182 | - |
CMYK | 0 | 0.23 | 0.17 | 0.14 |
HSL | 345.6º | 0.42% | 0.76% | - |
HSV(B) | 345.6º | 0.23% | 0.86% | - |
XYZ | 52.33 | 47.34 | 50.64 | - |
YUV | 186.32 | 125.57 | 152.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 170 | 182 | 0 | 0.23 | 0.17 | 0.14 | 345.6 | 0.42 | 0.76 |
Hex | DC | AA | B6 | 0 | 17 | 11 | E | 15A | 2A | 4C |
Octal | 334 | 252 | 266 | 0 | 27 | 21 | 16 | 532 | 52 | 114 |
Binary | 11011100 | 10101010 | 10110110 | 0 | 10111 | 10001 | 1110 | 101011010 | 101010 | 1001100 |
Color Harmonies of #DCAAB6
Complementary color
Monochromatic Colors of #DCAAB6
Black with #DCAAB6
Text Example
Text Example
White with #DCAAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAAB6; }
p { color: rgb(220,170,182); }
H1.HeaderClassName
{
color: #DCAAB6;
}
.AnyTagClassName
{
color: #DCAAB6;
}
</style>
background-color css
<style>
a { background-color: #DCAAB6; }
a { background-color: rgb(220,170,182); }
div.DivClassName
{
background-color: #DCAAB6;
}
.BgClassName
{
background-color: #DCAAB6;
}
</style>
border-color css
<style>
span { border-color: #DCAAB6; }
span { border-color: rgb(220,170,182); }
td.TdClassName
{
border-color: #DCAAB6;
}
.TagClassName
{
border-color: #DCAAB6;
}
</style>