Shades of Blossom #D5A8B4
Tints of Blossom #D5A8B4
RGB
CMYK
RGB Variations
Color information
#D5A8B4 (or 0xD5A8B4) is known color: Blossom. HEX triplet: D5, A8 and B4. RGB value is (213,168,180). Sum of RGB (Red+Green+Blue) = 213+168+180=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A8B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A8B4 is #2A574B. Grayscale: #B6B6B6. Windows color (decimal): -2774860 or 11839701. OLE color: 11839701.
HSL color Cylindrical-coordinate representation of color #D5A8B4: hue angle of 344º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5A8B4 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 180 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.16 |
| HSL | 344º | 0.35% | 0.75% | - |
| HSV(B) | 344º | 0.21% | 0.84% | - |
| XYZ | 49.68 | 45.45 | 49.33 | - |
| YUV | 182.82 | 126.41 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 180 | 0 | 0.21 | 0.15 | 0.16 | 344 | 0.35 | 0.75 |
| Hex | D5 | A8 | B4 | 0 | 15 | F | 10 | 158 | 23 | 4B |
| Octal | 325 | 250 | 264 | 0 | 25 | 17 | 20 | 530 | 43 | 113 |
| Binary | 11010101 | 10101000 | 10110100 | 0 | 10101 | 1111 | 10000 | 101011000 | 100011 | 1001011 |
Color Harmonies of #D5A8B4
Complementary color
Monochromatic Colors of #D5A8B4
Black with #D5A8B4
Text Example
Text Example
White with #D5A8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A8B4; }
p { color: rgb(213,168,180); }
H1.HeaderClassName
{
color: #D5A8B4;
}
.AnyTagClassName
{
color: #D5A8B4;
}
</style>
background-color css
<style>
a { background-color: #D5A8B4; }
a { background-color: rgb(213,168,180); }
div.DivClassName
{
background-color: #D5A8B4;
}
.BgClassName
{
background-color: #D5A8B4;
}
</style>
border-color css
<style>
span { border-color: #D5A8B4; }
span { border-color: rgb(213,168,180); }
td.TdClassName
{
border-color: #D5A8B4;
}
.TagClassName
{
border-color: #D5A8B4;
}
</style>