Shades of Blossom #D3AFB8
Tints of Blossom #D3AFB8
RGB
CMYK
RGB Variations
Color information
#D3AFB8 (or 0xD3AFB8) is known color: Blossom. HEX triplet: D3, AF and B8. RGB value is (211,175,184). Sum of RGB (Red+Green+Blue) = 211+175+184=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 184 (72.27% from 255 or 32.28% from 570); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AFB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFB8 is #2C5047. Grayscale: #BABABA. Windows color (decimal): -2904136 or 12103635. OLE color: 12103635.
HSL color Cylindrical-coordinate representation of color #D3AFB8: hue angle of 345º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3AFB8 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 175 | 184 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.17 |
| HSL | 345º | 0.29% | 0.76% | - |
| HSV(B) | 345º | 0.17% | 0.83% | - |
| XYZ | 50.85 | 47.97 | 51.93 | - |
| YUV | 186.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 184 | 0 | 0.17 | 0.13 | 0.17 | 345 | 0.29 | 0.76 |
| Hex | D3 | AF | B8 | 0 | 11 | D | 11 | 159 | 1D | 4C |
| Octal | 323 | 257 | 270 | 0 | 21 | 15 | 21 | 531 | 35 | 114 |
| Binary | 11010011 | 10101111 | 10111000 | 0 | 10001 | 1101 | 10001 | 101011001 | 11101 | 1001100 |
Color Harmonies of #D3AFB8
Complementary color
Monochromatic Colors of #D3AFB8
Black with #D3AFB8
Text Example
Text Example
White with #D3AFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AFB8; }
p { color: rgb(211,175,184); }
H1.HeaderClassName
{
color: #D3AFB8;
}
.AnyTagClassName
{
color: #D3AFB8;
}
</style>
background-color css
<style>
a { background-color: #D3AFB8; }
a { background-color: rgb(211,175,184); }
div.DivClassName
{
background-color: #D3AFB8;
}
.BgClassName
{
background-color: #D3AFB8;
}
</style>
border-color css
<style>
span { border-color: #D3AFB8; }
span { border-color: rgb(211,175,184); }
td.TdClassName
{
border-color: #D3AFB8;
}
.TagClassName
{
border-color: #D3AFB8;
}
</style>