Shades of Blossom #DCAEB9
Tints of Blossom #DCAEB9
RGB
CMYK
RGB Variations
Color information
#DCAEB9 (or 0xDCAEB9) is known color: Blossom. HEX triplet: DC, AE and B9. RGB value is (220,174,185). Sum of RGB (Red+Green+Blue) = 220+174+185=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEB9 is #235146. Grayscale: #BDBDBD. Windows color (decimal): -2314567 or 12168924. OLE color: 12168924.
HSL color Cylindrical-coordinate representation of color #DCAEB9: hue angle of 345.65º 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 #DCAEB9 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 185 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.14 |
| HSL | 345.65º | 0.4% | 0.77% | - |
| HSV(B) | 345.65º | 0.21% | 0.86% | - |
| XYZ | 53.41 | 48.99 | 52.54 | - |
| YUV | 189.01 | 125.74 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 185 | 0 | 0.21 | 0.16 | 0.14 | 345.65 | 0.4 | 0.77 |
| Hex | DC | AE | B9 | 0 | 15 | 10 | E | 15A | 28 | 4D |
| Octal | 334 | 256 | 271 | 0 | 25 | 20 | 16 | 532 | 50 | 115 |
| Binary | 11011100 | 10101110 | 10111001 | 0 | 10101 | 10000 | 1110 | 101011010 | 101000 | 1001101 |
Color Harmonies of #DCAEB9
Complementary color
Monochromatic Colors of #DCAEB9
Black with #DCAEB9
Text Example
Text Example
White with #DCAEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEB9; }
p { color: rgb(220,174,185); }
H1.HeaderClassName
{
color: #DCAEB9;
}
.AnyTagClassName
{
color: #DCAEB9;
}
</style>
background-color css
<style>
a { background-color: #DCAEB9; }
a { background-color: rgb(220,174,185); }
div.DivClassName
{
background-color: #DCAEB9;
}
.BgClassName
{
background-color: #DCAEB9;
}
</style>
border-color css
<style>
span { border-color: #DCAEB9; }
span { border-color: rgb(220,174,185); }
td.TdClassName
{
border-color: #DCAEB9;
}
.TagClassName
{
border-color: #DCAEB9;
}
</style>