Shades of Blossom #D2ABB5
Tints of Blossom #D2ABB5
RGB
CMYK
RGB Variations
Color information
#D2ABB5 (or 0xD2ABB5) is known color: Blossom. HEX triplet: D2, AB and B5. RGB value is (210,171,181). Sum of RGB (Red+Green+Blue) = 210+171+181=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 181 (71.09% from 255 or 32.21% from 562); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ABB5 is #2D544A. Grayscale: #B7B7B7. Windows color (decimal): -2970699 or 11906002. OLE color: 11906002.
HSL color Cylindrical-coordinate representation of color #D2ABB5: hue angle of 344.62º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2ABB5 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 181 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.18 |
| HSL | 344.62º | 0.3% | 0.75% | - |
| HSV(B) | 344.62º | 0.19% | 0.82% | - |
| XYZ | 49.48 | 46.16 | 50.02 | - |
| YUV | 183.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 181 | 0 | 0.19 | 0.14 | 0.18 | 344.62 | 0.3 | 0.75 |
| Hex | D2 | AB | B5 | 0 | 13 | E | 12 | 159 | 1E | 4B |
| Octal | 322 | 253 | 265 | 0 | 23 | 16 | 22 | 531 | 36 | 113 |
| Binary | 11010010 | 10101011 | 10110101 | 0 | 10011 | 1110 | 10010 | 101011001 | 11110 | 1001011 |
Color Harmonies of #D2ABB5
Complementary color
Monochromatic Colors of #D2ABB5
Black with #D2ABB5
Text Example
Text Example
White with #D2ABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ABB5; }
p { color: rgb(210,171,181); }
H1.HeaderClassName
{
color: #D2ABB5;
}
.AnyTagClassName
{
color: #D2ABB5;
}
</style>
background-color css
<style>
a { background-color: #D2ABB5; }
a { background-color: rgb(210,171,181); }
div.DivClassName
{
background-color: #D2ABB5;
}
.BgClassName
{
background-color: #D2ABB5;
}
</style>
border-color css
<style>
span { border-color: #D2ABB5; }
span { border-color: rgb(210,171,181); }
td.TdClassName
{
border-color: #D2ABB5;
}
.TagClassName
{
border-color: #D2ABB5;
}
</style>