Shades of Blossom #D5AAB5
Tints of Blossom #D5AAB5
RGB
CMYK
RGB Variations
Color information
#D5AAB5 (or 0xD5AAB5) is known color: Blossom. HEX triplet: D5, AA and B5. RGB value is (213,170,181). Sum of RGB (Red+Green+Blue) = 213+170+181=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 181 (71.09% from 255 or 32.09% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AAB5 is #2A554A. Grayscale: #B8B8B8. Windows color (decimal): -2774347 or 11905749. OLE color: 11905749.
HSL color Cylindrical-coordinate representation of color #D5AAB5: hue angle of 344.65º 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 #D5AAB5 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 170 | 181 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.16 |
| HSL | 344.65º | 0.34% | 0.75% | - |
| HSV(B) | 344.65º | 0.2% | 0.84% | - |
| XYZ | 50.16 | 46.23 | 50 | - |
| YUV | 184.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 181 | 0 | 0.20 | 0.15 | 0.16 | 344.65 | 0.34 | 0.75 |
| Hex | D5 | AA | B5 | 0 | 14 | F | 10 | 159 | 22 | 4B |
| Octal | 325 | 252 | 265 | 0 | 24 | 17 | 20 | 531 | 42 | 113 |
| Binary | 11010101 | 10101010 | 10110101 | 0 | 10100 | 1111 | 10000 | 101011001 | 100010 | 1001011 |
Color Harmonies of #D5AAB5
Complementary color
Monochromatic Colors of #D5AAB5
Black with #D5AAB5
Text Example
Text Example
White with #D5AAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AAB5; }
p { color: rgb(213,170,181); }
H1.HeaderClassName
{
color: #D5AAB5;
}
.AnyTagClassName
{
color: #D5AAB5;
}
</style>
background-color css
<style>
a { background-color: #D5AAB5; }
a { background-color: rgb(213,170,181); }
div.DivClassName
{
background-color: #D5AAB5;
}
.BgClassName
{
background-color: #D5AAB5;
}
</style>
border-color css
<style>
span { border-color: #D5AAB5; }
span { border-color: rgb(213,170,181); }
td.TdClassName
{
border-color: #D5AAB5;
}
.TagClassName
{
border-color: #D5AAB5;
}
</style>