Shades of Blossom #D3AEB6
Tints of Blossom #D3AEB6
RGB
CMYK
RGB Variations
Color information
#D3AEB6 (or 0xD3AEB6) is known color: Blossom. HEX triplet: D3, AE and B6. RGB value is (211,174,182). Sum of RGB (Red+Green+Blue) = 211+174+182=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AEB6 is #2C5149. Grayscale: #B9B9B9. Windows color (decimal): -2904394 or 11972307. OLE color: 11972307.
HSL color Cylindrical-coordinate representation of color #D3AEB6: hue angle of 347.03º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3AEB6 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 174 | 182 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.17 |
| HSL | 347.03º | 0.3% | 0.75% | - |
| HSV(B) | 347.03º | 0.18% | 0.83% | - |
| XYZ | 50.44 | 47.5 | 50.77 | - |
| YUV | 185.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 174 | 182 | 0 | 0.18 | 0.14 | 0.17 | 347.03 | 0.3 | 0.75 |
| Hex | D3 | AE | B6 | 0 | 12 | E | 11 | 15B | 1E | 4B |
| Octal | 323 | 256 | 266 | 0 | 22 | 16 | 21 | 533 | 36 | 113 |
| Binary | 11010011 | 10101110 | 10110110 | 0 | 10010 | 1110 | 10001 | 101011011 | 11110 | 1001011 |
Color Harmonies of #D3AEB6
Complementary color
Monochromatic Colors of #D3AEB6
Black with #D3AEB6
Text Example
Text Example
White with #D3AEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AEB6; }
p { color: rgb(211,174,182); }
H1.HeaderClassName
{
color: #D3AEB6;
}
.AnyTagClassName
{
color: #D3AEB6;
}
</style>
background-color css
<style>
a { background-color: #D3AEB6; }
a { background-color: rgb(211,174,182); }
div.DivClassName
{
background-color: #D3AEB6;
}
.BgClassName
{
background-color: #D3AEB6;
}
</style>
border-color css
<style>
span { border-color: #D3AEB6; }
span { border-color: rgb(211,174,182); }
td.TdClassName
{
border-color: #D3AEB6;
}
.TagClassName
{
border-color: #D3AEB6;
}
</style>