Shades of Blossom #DCAAB7
Tints of Blossom #DCAAB7
RGB
CMYK
RGB Variations
Color information
#DCAAB7 (or 0xDCAAB7) is known color: Blossom. HEX triplet: DC, AA and B7. RGB value is (220,170,183). Sum of RGB (Red+Green+Blue) = 220+170+183=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 183 (71.88% from 255 or 31.94% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAAB7 is #235548. Grayscale: #BABABA. Windows color (decimal): -2315593 or 12036828. OLE color: 12036828.
HSL color Cylindrical-coordinate representation of color #DCAAB7: hue angle of 344.4º 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 #DCAAB7 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 170 | 183 | - |
CMYK | 0 | 0.23 | 0.17 | 0.14 |
HSL | 344.4º | 0.42% | 0.76% | - |
HSV(B) | 344.4º | 0.23% | 0.86% | - |
XYZ | 52.44 | 47.38 | 51.18 | - |
YUV | 186.43 | 126.07 | 151.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 170 | 183 | 0 | 0.23 | 0.17 | 0.14 | 344.4 | 0.42 | 0.76 |
Hex | DC | AA | B7 | 0 | 17 | 11 | E | 158 | 2A | 4C |
Octal | 334 | 252 | 267 | 0 | 27 | 21 | 16 | 530 | 52 | 114 |
Binary | 11011100 | 10101010 | 10110111 | 0 | 10111 | 10001 | 1110 | 101011000 | 101010 | 1001100 |
Color Harmonies of #DCAAB7
Complementary color
Monochromatic Colors of #DCAAB7
Black with #DCAAB7
Text Example
Text Example
White with #DCAAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAAB7; }
p { color: rgb(220,170,183); }
H1.HeaderClassName
{
color: #DCAAB7;
}
.AnyTagClassName
{
color: #DCAAB7;
}
</style>
background-color css
<style>
a { background-color: #DCAAB7; }
a { background-color: rgb(220,170,183); }
div.DivClassName
{
background-color: #DCAAB7;
}
.BgClassName
{
background-color: #DCAAB7;
}
</style>
border-color css
<style>
span { border-color: #DCAAB7; }
span { border-color: rgb(220,170,183); }
td.TdClassName
{
border-color: #DCAAB7;
}
.TagClassName
{
border-color: #DCAAB7;
}
</style>