Shades of Blossom #D3AEB7
Tints of Blossom #D3AEB7
RGB
CMYK
RGB Variations
Color information
#D3AEB7 (or 0xD3AEB7) is known color: Blossom. HEX triplet: D3, AE and B7. RGB value is (211,174,183). Sum of RGB (Red+Green+Blue) = 211+174+183=568 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.15% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 183 (71.88% from 255 or 32.22% from 568); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AEB7 is #2C5148. Grayscale: #BABABA. Windows color (decimal): -2904393 or 12037843. OLE color: 12037843.
HSL color Cylindrical-coordinate representation of color #D3AEB7: hue angle of 345.41º 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 #D3AEB7 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 174 | 183 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.17 |
| HSL | 345.41º | 0.3% | 0.75% | - |
| HSV(B) | 345.41º | 0.18% | 0.83% | - |
| XYZ | 50.55 | 47.54 | 51.31 | - |
| YUV | 186.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 174 | 183 | 0 | 0.18 | 0.13 | 0.17 | 345.41 | 0.3 | 0.75 |
| Hex | D3 | AE | B7 | 0 | 12 | D | 11 | 159 | 1E | 4B |
| Octal | 323 | 256 | 267 | 0 | 22 | 15 | 21 | 531 | 36 | 113 |
| Binary | 11010011 | 10101110 | 10110111 | 0 | 10010 | 1101 | 10001 | 101011001 | 11110 | 1001011 |
Color Harmonies of #D3AEB7
Complementary color
Monochromatic Colors of #D3AEB7
Black with #D3AEB7
Text Example
Text Example
White with #D3AEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AEB7; }
p { color: rgb(211,174,183); }
H1.HeaderClassName
{
color: #D3AEB7;
}
.AnyTagClassName
{
color: #D3AEB7;
}
</style>
background-color css
<style>
a { background-color: #D3AEB7; }
a { background-color: rgb(211,174,183); }
div.DivClassName
{
background-color: #D3AEB7;
}
.BgClassName
{
background-color: #D3AEB7;
}
</style>
border-color css
<style>
span { border-color: #D3AEB7; }
span { border-color: rgb(211,174,183); }
td.TdClassName
{
border-color: #D3AEB7;
}
.TagClassName
{
border-color: #D3AEB7;
}
</style>