Shades of Blossom #DCADB7
Tints of Blossom #DCADB7
RGB
CMYK
RGB Variations
Color information
#DCADB7 (or 0xDCADB7) is known color: Blossom. HEX triplet: DC, AD and B7. RGB value is (220,173,183). Sum of RGB (Red+Green+Blue) = 220+173+183=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 183 (71.88% from 255 or 31.77% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADB7 is #235248. Grayscale: #BCBCBC. Windows color (decimal): -2314825 or 12037596. OLE color: 12037596.
HSL color Cylindrical-coordinate representation of color #DCADB7: hue angle of 347.23º 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 #DCADB7 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 173 | 183 | - |
CMYK | 0 | 0.21 | 0.17 | 0.14 |
HSL | 347.23º | 0.4% | 0.77% | - |
HSV(B) | 347.23º | 0.21% | 0.86% | - |
XYZ | 53.01 | 48.52 | 51.37 | - |
YUV | 188.19 | 125.07 | 150.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 173 | 183 | 0 | 0.21 | 0.17 | 0.14 | 347.23 | 0.4 | 0.77 |
Hex | DC | AD | B7 | 0 | 15 | 11 | E | 15B | 28 | 4D |
Octal | 334 | 255 | 267 | 0 | 25 | 21 | 16 | 533 | 50 | 115 |
Binary | 11011100 | 10101101 | 10110111 | 0 | 10101 | 10001 | 1110 | 101011011 | 101000 | 1001101 |
Color Harmonies of #DCADB7
Complementary color
Monochromatic Colors of #DCADB7
Black with #DCADB7
Text Example
Text Example
White with #DCADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADB7; }
p { color: rgb(220,173,183); }
H1.HeaderClassName
{
color: #DCADB7;
}
.AnyTagClassName
{
color: #DCADB7;
}
</style>
background-color css
<style>
a { background-color: #DCADB7; }
a { background-color: rgb(220,173,183); }
div.DivClassName
{
background-color: #DCADB7;
}
.BgClassName
{
background-color: #DCADB7;
}
</style>
border-color css
<style>
span { border-color: #DCADB7; }
span { border-color: rgb(220,173,183); }
td.TdClassName
{
border-color: #DCADB7;
}
.TagClassName
{
border-color: #DCADB7;
}
</style>