Shades of Blossom #DCADB3
Tints of Blossom #DCADB3
RGB
CMYK
RGB Variations
Color information
#DCADB3 (or 0xDCADB3) is known color: Blossom. HEX triplet: DC, AD and B3. RGB value is (220,173,179). Sum of RGB (Red+Green+Blue) = 220+173+179=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADB3 is #23524C. Grayscale: #BBBBBB. Windows color (decimal): -2314829 or 11775452. OLE color: 11775452.
HSL color Cylindrical-coordinate representation of color #DCADB3: hue angle of 352.34º 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 #DCADB3 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 179 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.14 |
| HSL | 352.34º | 0.4% | 0.77% | - |
| HSV(B) | 352.34º | 0.21% | 0.86% | - |
| XYZ | 52.6 | 48.36 | 49.21 | - |
| YUV | 187.74 | 123.07 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 179 | 0 | 0.21 | 0.19 | 0.14 | 352.34 | 0.4 | 0.77 |
| Hex | DC | AD | B3 | 0 | 15 | 13 | E | 160 | 28 | 4D |
| Octal | 334 | 255 | 263 | 0 | 25 | 23 | 16 | 540 | 50 | 115 |
| Binary | 11011100 | 10101101 | 10110011 | 0 | 10101 | 10011 | 1110 | 101100000 | 101000 | 1001101 |
Color Harmonies of #DCADB3
Complementary color
Monochromatic Colors of #DCADB3
Black with #DCADB3
Text Example
Text Example
White with #DCADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADB3; }
p { color: rgb(220,173,179); }
H1.HeaderClassName
{
color: #DCADB3;
}
.AnyTagClassName
{
color: #DCADB3;
}
</style>
background-color css
<style>
a { background-color: #DCADB3; }
a { background-color: rgb(220,173,179); }
div.DivClassName
{
background-color: #DCADB3;
}
.BgClassName
{
background-color: #DCADB3;
}
</style>
border-color css
<style>
span { border-color: #DCADB3; }
span { border-color: rgb(220,173,179); }
td.TdClassName
{
border-color: #DCADB3;
}
.TagClassName
{
border-color: #DCADB3;
}
</style>