Shades of Blossom #DCAFB4
Tints of Blossom #DCAFB4
RGB
CMYK
RGB Variations
Color information
#DCAFB4 (or 0xDCAFB4) is known color: Blossom. HEX triplet: DC, AF and B4. RGB value is (220,175,180). Sum of RGB (Red+Green+Blue) = 220+175+180=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFB4 is #23504B. Grayscale: #BDBDBD. Windows color (decimal): -2314316 or 11841500. OLE color: 11841500.
HSL color Cylindrical-coordinate representation of color #DCAFB4: hue angle of 353.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCAFB4 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 180 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.14 |
| HSL | 353.33º | 0.39% | 0.77% | - |
| HSV(B) | 353.33º | 0.2% | 0.86% | - |
| XYZ | 53.08 | 49.17 | 49.87 | - |
| YUV | 189.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 180 | 0 | 0.20 | 0.18 | 0.14 | 353.33 | 0.39 | 0.77 |
| Hex | DC | AF | B4 | 0 | 14 | 12 | E | 161 | 27 | 4D |
| Octal | 334 | 257 | 264 | 0 | 24 | 22 | 16 | 541 | 47 | 115 |
| Binary | 11011100 | 10101111 | 10110100 | 0 | 10100 | 10010 | 1110 | 101100001 | 100111 | 1001101 |
Color Harmonies of #DCAFB4
Complementary color
Monochromatic Colors of #DCAFB4
Black with #DCAFB4
Text Example
Text Example
White with #DCAFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFB4; }
p { color: rgb(220,175,180); }
H1.HeaderClassName
{
color: #DCAFB4;
}
.AnyTagClassName
{
color: #DCAFB4;
}
</style>
background-color css
<style>
a { background-color: #DCAFB4; }
a { background-color: rgb(220,175,180); }
div.DivClassName
{
background-color: #DCAFB4;
}
.BgClassName
{
background-color: #DCAFB4;
}
</style>
border-color css
<style>
span { border-color: #DCAFB4; }
span { border-color: rgb(220,175,180); }
td.TdClassName
{
border-color: #DCAFB4;
}
.TagClassName
{
border-color: #DCAFB4;
}
</style>