Shades of Blossom #D5A6B4
Tints of Blossom #D5A6B4
RGB
CMYK
RGB Variations
Color information
#D5A6B4 (or 0xD5A6B4) is known color: Blossom. HEX triplet: D5, A6 and B4. RGB value is (213,166,180). Sum of RGB (Red+Green+Blue) = 213+166+180=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A6B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A6B4 is #2A594B. Grayscale: #B5B5B5. Windows color (decimal): -2775372 or 11839189. OLE color: 11839189.
HSL color Cylindrical-coordinate representation of color #D5A6B4: hue angle of 342.13º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5A6B4 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 166 | 180 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.16 |
| HSL | 342.13º | 0.36% | 0.74% | - |
| HSV(B) | 342.13º | 0.22% | 0.84% | - |
| XYZ | 49.32 | 44.71 | 49.21 | - |
| YUV | 181.65 | 127.07 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 166 | 180 | 0 | 0.22 | 0.15 | 0.16 | 342.13 | 0.36 | 0.74 |
| Hex | D5 | A6 | B4 | 0 | 16 | F | 10 | 156 | 24 | 4A |
| Octal | 325 | 246 | 264 | 0 | 26 | 17 | 20 | 526 | 44 | 112 |
| Binary | 11010101 | 10100110 | 10110100 | 0 | 10110 | 1111 | 10000 | 101010110 | 100100 | 1001010 |
Color Harmonies of #D5A6B4
Complementary color
Monochromatic Colors of #D5A6B4
Black with #D5A6B4
Text Example
Text Example
White with #D5A6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A6B4; }
p { color: rgb(213,166,180); }
H1.HeaderClassName
{
color: #D5A6B4;
}
.AnyTagClassName
{
color: #D5A6B4;
}
</style>
background-color css
<style>
a { background-color: #D5A6B4; }
a { background-color: rgb(213,166,180); }
div.DivClassName
{
background-color: #D5A6B4;
}
.BgClassName
{
background-color: #D5A6B4;
}
</style>
border-color css
<style>
span { border-color: #D5A6B4; }
span { border-color: rgb(213,166,180); }
td.TdClassName
{
border-color: #D5A6B4;
}
.TagClassName
{
border-color: #D5A6B4;
}
</style>