Shades of Blossom #D2AFB7
Tints of Blossom #D2AFB7
RGB
CMYK
RGB Variations
Color information
#D2AFB7 (or 0xD2AFB7) is known color: Blossom. HEX triplet: D2, AF and B7. RGB value is (210,175,183). Sum of RGB (Red+Green+Blue) = 210+175+183=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 183 (71.88% from 255 or 32.22% from 568); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFB7 is #2D5048. Grayscale: #BABABA. Windows color (decimal): -2969673 or 12038098. OLE color: 12038098.
HSL color Cylindrical-coordinate representation of color #D2AFB7: hue angle of 346.29º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2AFB7 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 183 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.18 |
| HSL | 346.29º | 0.28% | 0.75% | - |
| HSV(B) | 346.29º | 0.17% | 0.82% | - |
| XYZ | 50.46 | 47.78 | 51.36 | - |
| YUV | 186.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 183 | 0 | 0.17 | 0.13 | 0.18 | 346.29 | 0.28 | 0.75 |
| Hex | D2 | AF | B7 | 0 | 11 | D | 12 | 15A | 1C | 4B |
| Octal | 322 | 257 | 267 | 0 | 21 | 15 | 22 | 532 | 34 | 113 |
| Binary | 11010010 | 10101111 | 10110111 | 0 | 10001 | 1101 | 10010 | 101011010 | 11100 | 1001011 |
Color Harmonies of #D2AFB7
Complementary color
Monochromatic Colors of #D2AFB7
Black with #D2AFB7
Text Example
Text Example
White with #D2AFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AFB7; }
p { color: rgb(210,175,183); }
H1.HeaderClassName
{
color: #D2AFB7;
}
.AnyTagClassName
{
color: #D2AFB7;
}
</style>
background-color css
<style>
a { background-color: #D2AFB7; }
a { background-color: rgb(210,175,183); }
div.DivClassName
{
background-color: #D2AFB7;
}
.BgClassName
{
background-color: #D2AFB7;
}
</style>
border-color css
<style>
span { border-color: #D2AFB7; }
span { border-color: rgb(210,175,183); }
td.TdClassName
{
border-color: #D2AFB7;
}
.TagClassName
{
border-color: #D2AFB7;
}
</style>