Shades of Blossom #DFA6B5
Tints of Blossom #DFA6B5
RGB
CMYK
RGB Variations
Color information
#DFA6B5 (or 0xDFA6B5) is known color: Blossom. HEX triplet: DF, A6 and B5. RGB value is (223,166,181). Sum of RGB (Red+Green+Blue) = 223+166+181=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 166 (65.23% from 255 or 29.12% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA6B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA6B5 is #20594A. Grayscale: #B8B8B8. Windows color (decimal): -2120011 or 11904735. OLE color: 11904735.
HSL color Cylindrical-coordinate representation of color #DFA6B5: hue angle of 344.21º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFA6B5 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 181 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.13 |
| HSL | 344.21º | 0.47% | 0.76% | - |
| HSV(B) | 344.21º | 0.26% | 0.87% | - |
| XYZ | 52.41 | 46.3 | 49.89 | - |
| YUV | 184.75 | 125.88 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 181 | 0 | 0.26 | 0.19 | 0.13 | 344.21 | 0.47 | 0.76 |
| Hex | DF | A6 | B5 | 0 | 1A | 13 | D | 158 | 2F | 4C |
| Octal | 337 | 246 | 265 | 0 | 32 | 23 | 15 | 530 | 57 | 114 |
| Binary | 11011111 | 10100110 | 10110101 | 0 | 11010 | 10011 | 1101 | 101011000 | 101111 | 1001100 |
Color Harmonies of #DFA6B5
Complementary color
Monochromatic Colors of #DFA6B5
Black with #DFA6B5
Text Example
Text Example
White with #DFA6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA6B5; }
p { color: rgb(223,166,181); }
H1.HeaderClassName
{
color: #DFA6B5;
}
.AnyTagClassName
{
color: #DFA6B5;
}
</style>
background-color css
<style>
a { background-color: #DFA6B5; }
a { background-color: rgb(223,166,181); }
div.DivClassName
{
background-color: #DFA6B5;
}
.BgClassName
{
background-color: #DFA6B5;
}
</style>
border-color css
<style>
span { border-color: #DFA6B5; }
span { border-color: rgb(223,166,181); }
td.TdClassName
{
border-color: #DFA6B5;
}
.TagClassName
{
border-color: #DFA6B5;
}
</style>