Shades of Blossom #D3A8B2
Tints of Blossom #D3A8B2
RGB
CMYK
RGB Variations
Color information
#D3A8B2 (or 0xD3A8B2) is known color: Blossom. HEX triplet: D3, A8 and B2. RGB value is (211,168,178). Sum of RGB (Red+Green+Blue) = 211+168+178=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A8B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A8B2 is #2C574D. Grayscale: #B6B6B6. Windows color (decimal): -2905934 or 11708627. OLE color: 11708627.
HSL color Cylindrical-coordinate representation of color #D3A8B2: hue angle of 346.05º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3A8B2 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 168 | 178 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.17 |
| HSL | 346.05º | 0.33% | 0.74% | - |
| HSV(B) | 346.05º | 0.2% | 0.83% | - |
| XYZ | 48.9 | 45.07 | 48.24 | - |
| YUV | 182 | 125.75 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 168 | 178 | 0 | 0.20 | 0.16 | 0.17 | 346.05 | 0.33 | 0.74 |
| Hex | D3 | A8 | B2 | 0 | 14 | 10 | 11 | 15A | 21 | 4A |
| Octal | 323 | 250 | 262 | 0 | 24 | 20 | 21 | 532 | 41 | 112 |
| Binary | 11010011 | 10101000 | 10110010 | 0 | 10100 | 10000 | 10001 | 101011010 | 100001 | 1001010 |
Color Harmonies of #D3A8B2
Complementary color
Monochromatic Colors of #D3A8B2
Black with #D3A8B2
Text Example
Text Example
White with #D3A8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A8B2; }
p { color: rgb(211,168,178); }
H1.HeaderClassName
{
color: #D3A8B2;
}
.AnyTagClassName
{
color: #D3A8B2;
}
</style>
background-color css
<style>
a { background-color: #D3A8B2; }
a { background-color: rgb(211,168,178); }
div.DivClassName
{
background-color: #D3A8B2;
}
.BgClassName
{
background-color: #D3A8B2;
}
</style>
border-color css
<style>
span { border-color: #D3A8B2; }
span { border-color: rgb(211,168,178); }
td.TdClassName
{
border-color: #D3A8B2;
}
.TagClassName
{
border-color: #D3A8B2;
}
</style>