Shades of Blossom #D5A5B2
Tints of Blossom #D5A5B2
RGB
CMYK
RGB Variations
Color information
#D5A5B2 (or 0xD5A5B2) is known color: Blossom. HEX triplet: D5, A5 and B2. RGB value is (213,165,178). Sum of RGB (Red+Green+Blue) = 213+165+178=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A5B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A5B2 is #2A5A4D. Grayscale: #B4B4B4. Windows color (decimal): -2775630 or 11707861. OLE color: 11707861.
HSL color Cylindrical-coordinate representation of color #D5A5B2: hue angle of 343.75º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5A5B2 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 165 | 178 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.16 |
| HSL | 343.75º | 0.36% | 0.74% | - |
| HSV(B) | 343.75º | 0.23% | 0.84% | - |
| XYZ | 48.93 | 44.27 | 48.09 | - |
| YUV | 180.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 165 | 178 | 0 | 0.23 | 0.16 | 0.16 | 343.75 | 0.36 | 0.74 |
| Hex | D5 | A5 | B2 | 0 | 17 | 10 | 10 | 158 | 24 | 4A |
| Octal | 325 | 245 | 262 | 0 | 27 | 20 | 20 | 530 | 44 | 112 |
| Binary | 11010101 | 10100101 | 10110010 | 0 | 10111 | 10000 | 10000 | 101011000 | 100100 | 1001010 |
Color Harmonies of #D5A5B2
Complementary color
Monochromatic Colors of #D5A5B2
Black with #D5A5B2
Text Example
Text Example
White with #D5A5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A5B2; }
p { color: rgb(213,165,178); }
H1.HeaderClassName
{
color: #D5A5B2;
}
.AnyTagClassName
{
color: #D5A5B2;
}
</style>
background-color css
<style>
a { background-color: #D5A5B2; }
a { background-color: rgb(213,165,178); }
div.DivClassName
{
background-color: #D5A5B2;
}
.BgClassName
{
background-color: #D5A5B2;
}
</style>
border-color css
<style>
span { border-color: #D5A5B2; }
span { border-color: rgb(213,165,178); }
td.TdClassName
{
border-color: #D5A5B2;
}
.TagClassName
{
border-color: #D5A5B2;
}
</style>