Shades of Blossom #DCADB4
Tints of Blossom #DCADB4
RGB
CMYK
RGB Variations
Color information
#DCADB4 (or 0xDCADB4) is known color: Blossom. HEX triplet: DC, AD and B4. RGB value is (220,173,180). Sum of RGB (Red+Green+Blue) = 220+173+180=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADB4 is #23524B. Grayscale: #BBBBBB. Windows color (decimal): -2314828 or 11840988. OLE color: 11840988.
HSL color Cylindrical-coordinate representation of color #DCADB4: hue angle of 351.06º 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 #DCADB4 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 180 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.14 |
| HSL | 351.06º | 0.4% | 0.77% | - |
| HSV(B) | 351.06º | 0.21% | 0.86% | - |
| XYZ | 52.7 | 48.4 | 49.74 | - |
| YUV | 187.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 180 | 0 | 0.21 | 0.18 | 0.14 | 351.06 | 0.4 | 0.77 |
| Hex | DC | AD | B4 | 0 | 15 | 12 | E | 15F | 28 | 4D |
| Octal | 334 | 255 | 264 | 0 | 25 | 22 | 16 | 537 | 50 | 115 |
| Binary | 11011100 | 10101101 | 10110100 | 0 | 10101 | 10010 | 1110 | 101011111 | 101000 | 1001101 |
Color Harmonies of #DCADB4
Complementary color
Monochromatic Colors of #DCADB4
Black with #DCADB4
Text Example
Text Example
White with #DCADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADB4; }
p { color: rgb(220,173,180); }
H1.HeaderClassName
{
color: #DCADB4;
}
.AnyTagClassName
{
color: #DCADB4;
}
</style>
background-color css
<style>
a { background-color: #DCADB4; }
a { background-color: rgb(220,173,180); }
div.DivClassName
{
background-color: #DCADB4;
}
.BgClassName
{
background-color: #DCADB4;
}
</style>
border-color css
<style>
span { border-color: #DCADB4; }
span { border-color: rgb(220,173,180); }
td.TdClassName
{
border-color: #DCADB4;
}
.TagClassName
{
border-color: #DCADB4;
}
</style>