Shades of Blossom #DCAFB3
Tints of Blossom #DCAFB3
RGB
CMYK
RGB Variations
Color information
#DCAFB3 (or 0xDCAFB3) is known color: Blossom. HEX triplet: DC, AF and B3. RGB value is (220,175,179). Sum of RGB (Red+Green+Blue) = 220+175+179=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFB3 is #23504C. Grayscale: #BCBCBC. Windows color (decimal): -2314317 or 11775964. OLE color: 11775964.
HSL color Cylindrical-coordinate representation of color #DCAFB3: hue angle of 354.67º 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 #DCAFB3 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 179 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.14 |
| HSL | 354.67º | 0.39% | 0.77% | - |
| HSV(B) | 354.67º | 0.2% | 0.86% | - |
| XYZ | 52.98 | 49.13 | 49.34 | - |
| YUV | 188.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 179 | 0 | 0.20 | 0.19 | 0.14 | 354.67 | 0.39 | 0.77 |
| Hex | DC | AF | B3 | 0 | 14 | 13 | E | 163 | 27 | 4D |
| Octal | 334 | 257 | 263 | 0 | 24 | 23 | 16 | 543 | 47 | 115 |
| Binary | 11011100 | 10101111 | 10110011 | 0 | 10100 | 10011 | 1110 | 101100011 | 100111 | 1001101 |
Color Harmonies of #DCAFB3
Complementary color
Monochromatic Colors of #DCAFB3
Black with #DCAFB3
Text Example
Text Example
White with #DCAFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFB3; }
p { color: rgb(220,175,179); }
H1.HeaderClassName
{
color: #DCAFB3;
}
.AnyTagClassName
{
color: #DCAFB3;
}
</style>
background-color css
<style>
a { background-color: #DCAFB3; }
a { background-color: rgb(220,175,179); }
div.DivClassName
{
background-color: #DCAFB3;
}
.BgClassName
{
background-color: #DCAFB3;
}
</style>
border-color css
<style>
span { border-color: #DCAFB3; }
span { border-color: rgb(220,175,179); }
td.TdClassName
{
border-color: #DCAFB3;
}
.TagClassName
{
border-color: #DCAFB3;
}
</style>