Shades of Blossom #DCADB9
Tints of Blossom #DCADB9
RGB
CMYK
RGB Variations
Color information
#DCADB9 (or 0xDCADB9) is known color: Blossom. HEX triplet: DC, AD and B9. RGB value is (220,173,185). Sum of RGB (Red+Green+Blue) = 220+173+185=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADB9 is #235246. Grayscale: #BCBCBC. Windows color (decimal): -2314823 or 12168668. OLE color: 12168668.
HSL color Cylindrical-coordinate representation of color #DCADB9: hue angle of 344.68º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCADB9 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 185 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.14 |
| HSL | 344.68º | 0.4% | 0.77% | - |
| HSV(B) | 344.68º | 0.21% | 0.86% | - |
| XYZ | 53.22 | 48.61 | 52.48 | - |
| YUV | 188.42 | 126.07 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 185 | 0 | 0.21 | 0.16 | 0.14 | 344.68 | 0.4 | 0.77 |
| Hex | DC | AD | B9 | 0 | 15 | 10 | E | 159 | 28 | 4D |
| Octal | 334 | 255 | 271 | 0 | 25 | 20 | 16 | 531 | 50 | 115 |
| Binary | 11011100 | 10101101 | 10111001 | 0 | 10101 | 10000 | 1110 | 101011001 | 101000 | 1001101 |
Color Harmonies of #DCADB9
Complementary color
Monochromatic Colors of #DCADB9
Black with #DCADB9
Text Example
Text Example
White with #DCADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADB9; }
p { color: rgb(220,173,185); }
H1.HeaderClassName
{
color: #DCADB9;
}
.AnyTagClassName
{
color: #DCADB9;
}
</style>
background-color css
<style>
a { background-color: #DCADB9; }
a { background-color: rgb(220,173,185); }
div.DivClassName
{
background-color: #DCADB9;
}
.BgClassName
{
background-color: #DCADB9;
}
</style>
border-color css
<style>
span { border-color: #DCADB9; }
span { border-color: rgb(220,173,185); }
td.TdClassName
{
border-color: #DCADB9;
}
.TagClassName
{
border-color: #DCADB9;
}
</style>