Shades of Blossom #DCAEB3
Tints of Blossom #DCAEB3
RGB
CMYK
RGB Variations
Color information
#DCAEB3 (or 0xDCAEB3) is known color: Blossom. HEX triplet: DC, AE and B3. RGB value is (220,174,179). Sum of RGB (Red+Green+Blue) = 220+174+179=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 179 (70.31% from 255 or 31.24% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEB3 is #23514C. Grayscale: #BCBCBC. Windows color (decimal): -2314573 or 11775708. OLE color: 11775708.
HSL color Cylindrical-coordinate representation of color #DCAEB3: hue angle of 353.48º 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 #DCAEB3 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 179 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.14 |
| HSL | 353.48º | 0.4% | 0.77% | - |
| HSV(B) | 353.48º | 0.21% | 0.86% | - |
| XYZ | 52.79 | 48.74 | 49.27 | - |
| YUV | 188.32 | 122.74 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 179 | 0 | 0.21 | 0.19 | 0.14 | 353.48 | 0.4 | 0.77 |
| Hex | DC | AE | B3 | 0 | 15 | 13 | E | 161 | 28 | 4D |
| Octal | 334 | 256 | 263 | 0 | 25 | 23 | 16 | 541 | 50 | 115 |
| Binary | 11011100 | 10101110 | 10110011 | 0 | 10101 | 10011 | 1110 | 101100001 | 101000 | 1001101 |
Color Harmonies of #DCAEB3
Complementary color
Monochromatic Colors of #DCAEB3
Black with #DCAEB3
Text Example
Text Example
White with #DCAEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEB3; }
p { color: rgb(220,174,179); }
H1.HeaderClassName
{
color: #DCAEB3;
}
.AnyTagClassName
{
color: #DCAEB3;
}
</style>
background-color css
<style>
a { background-color: #DCAEB3; }
a { background-color: rgb(220,174,179); }
div.DivClassName
{
background-color: #DCAEB3;
}
.BgClassName
{
background-color: #DCAEB3;
}
</style>
border-color css
<style>
span { border-color: #DCAEB3; }
span { border-color: rgb(220,174,179); }
td.TdClassName
{
border-color: #DCAEB3;
}
.TagClassName
{
border-color: #DCAEB3;
}
</style>