Shades of Blossom #D2AFB8
Tints of Blossom #D2AFB8
RGB
CMYK
RGB Variations
Color information
#D2AFB8 (or 0xD2AFB8) is known color: Blossom. HEX triplet: D2, AF and B8. RGB value is (210,175,184). Sum of RGB (Red+Green+Blue) = 210+175+184=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 184 (72.27% from 255 or 32.34% from 569); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFB8 is #2D5047. Grayscale: #BABABA. Windows color (decimal): -2969672 or 12103634. OLE color: 12103634.
HSL color Cylindrical-coordinate representation of color #D2AFB8: hue angle of 344.57º 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 #D2AFB8 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 184 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.18 |
| HSL | 344.57º | 0.28% | 0.75% | - |
| HSV(B) | 344.57º | 0.17% | 0.82% | - |
| XYZ | 50.56 | 47.82 | 51.91 | - |
| YUV | 186.49 | 126.6 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 184 | 0 | 0.17 | 0.12 | 0.18 | 344.57 | 0.28 | 0.75 |
| Hex | D2 | AF | B8 | 0 | 11 | C | 12 | 159 | 1C | 4B |
| Octal | 322 | 257 | 270 | 0 | 21 | 14 | 22 | 531 | 34 | 113 |
| Binary | 11010010 | 10101111 | 10111000 | 0 | 10001 | 1100 | 10010 | 101011001 | 11100 | 1001011 |
Color Harmonies of #D2AFB8
Complementary color
Monochromatic Colors of #D2AFB8
Black with #D2AFB8
Text Example
Text Example
White with #D2AFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AFB8; }
p { color: rgb(210,175,184); }
H1.HeaderClassName
{
color: #D2AFB8;
}
.AnyTagClassName
{
color: #D2AFB8;
}
</style>
background-color css
<style>
a { background-color: #D2AFB8; }
a { background-color: rgb(210,175,184); }
div.DivClassName
{
background-color: #D2AFB8;
}
.BgClassName
{
background-color: #D2AFB8;
}
</style>
border-color css
<style>
span { border-color: #D2AFB8; }
span { border-color: rgb(210,175,184); }
td.TdClassName
{
border-color: #D2AFB8;
}
.TagClassName
{
border-color: #D2AFB8;
}
</style>