Shades of Blossom #D5AAB3
Tints of Blossom #D5AAB3
RGB
CMYK
RGB Variations
Color information
#D5AAB3 (or 0xD5AAB3) is known color: Blossom. HEX triplet: D5, AA and B3. RGB value is (213,170,179). Sum of RGB (Red+Green+Blue) = 213+170+179=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AAB3 is #2A554C. Grayscale: #B7B7B7. Windows color (decimal): -2774349 or 11774677. OLE color: 11774677.
HSL color Cylindrical-coordinate representation of color #D5AAB3: hue angle of 347.44º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5AAB3 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 170 | 179 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.16 |
| HSL | 347.44º | 0.34% | 0.75% | - |
| HSV(B) | 347.44º | 0.2% | 0.84% | - |
| XYZ | 49.95 | 46.15 | 48.92 | - |
| YUV | 183.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 179 | 0 | 0.20 | 0.16 | 0.16 | 347.44 | 0.34 | 0.75 |
| Hex | D5 | AA | B3 | 0 | 14 | 10 | 10 | 15B | 22 | 4B |
| Octal | 325 | 252 | 263 | 0 | 24 | 20 | 20 | 533 | 42 | 113 |
| Binary | 11010101 | 10101010 | 10110011 | 0 | 10100 | 10000 | 10000 | 101011011 | 100010 | 1001011 |
Color Harmonies of #D5AAB3
Complementary color
Monochromatic Colors of #D5AAB3
Black with #D5AAB3
Text Example
Text Example
White with #D5AAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AAB3; }
p { color: rgb(213,170,179); }
H1.HeaderClassName
{
color: #D5AAB3;
}
.AnyTagClassName
{
color: #D5AAB3;
}
</style>
background-color css
<style>
a { background-color: #D5AAB3; }
a { background-color: rgb(213,170,179); }
div.DivClassName
{
background-color: #D5AAB3;
}
.BgClassName
{
background-color: #D5AAB3;
}
</style>
border-color css
<style>
span { border-color: #D5AAB3; }
span { border-color: rgb(213,170,179); }
td.TdClassName
{
border-color: #D5AAB3;
}
.TagClassName
{
border-color: #D5AAB3;
}
</style>