Shades of Blossom #DCAEB4
Tints of Blossom #DCAEB4
RGB
CMYK
RGB Variations
Color information
#DCAEB4 (or 0xDCAEB4) is known color: Blossom. HEX triplet: DC, AE and B4. RGB value is (220,174,180). Sum of RGB (Red+Green+Blue) = 220+174+180=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 180 (70.70% from 255 or 31.36% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEB4 is #23514B. Grayscale: #BCBCBC. Windows color (decimal): -2314572 or 11841244. OLE color: 11841244.
HSL color Cylindrical-coordinate representation of color #DCAEB4: hue angle of 352.17º 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 #DCAEB4 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 180 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.14 |
| HSL | 352.17º | 0.4% | 0.77% | - |
| HSV(B) | 352.17º | 0.21% | 0.86% | - |
| XYZ | 52.89 | 48.78 | 49.81 | - |
| YUV | 188.44 | 123.24 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 180 | 0 | 0.21 | 0.18 | 0.14 | 352.17 | 0.4 | 0.77 |
| Hex | DC | AE | B4 | 0 | 15 | 12 | E | 160 | 28 | 4D |
| Octal | 334 | 256 | 264 | 0 | 25 | 22 | 16 | 540 | 50 | 115 |
| Binary | 11011100 | 10101110 | 10110100 | 0 | 10101 | 10010 | 1110 | 101100000 | 101000 | 1001101 |
Color Harmonies of #DCAEB4
Complementary color
Monochromatic Colors of #DCAEB4
Black with #DCAEB4
Text Example
Text Example
White with #DCAEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEB4; }
p { color: rgb(220,174,180); }
H1.HeaderClassName
{
color: #DCAEB4;
}
.AnyTagClassName
{
color: #DCAEB4;
}
</style>
background-color css
<style>
a { background-color: #DCAEB4; }
a { background-color: rgb(220,174,180); }
div.DivClassName
{
background-color: #DCAEB4;
}
.BgClassName
{
background-color: #DCAEB4;
}
</style>
border-color css
<style>
span { border-color: #DCAEB4; }
span { border-color: rgb(220,174,180); }
td.TdClassName
{
border-color: #DCAEB4;
}
.TagClassName
{
border-color: #DCAEB4;
}
</style>