Shades of Blossom #D2ABB3
Tints of Blossom #D2ABB3
RGB
CMYK
RGB Variations
Color information
#D2ABB3 (or 0xD2ABB3) is known color: Blossom. HEX triplet: D2, AB and B3. RGB value is (210,171,179). Sum of RGB (Red+Green+Blue) = 210+171+179=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 179 (70.31% from 255 or 31.96% from 560); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ABB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ABB3 is #2D544C. Grayscale: #B7B7B7. Windows color (decimal): -2970701 or 11774930. OLE color: 11774930.
HSL color Cylindrical-coordinate representation of color #D2ABB3: hue angle of 347.69º 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 #D2ABB3 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 179 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.18 |
| HSL | 347.69º | 0.3% | 0.75% | - |
| HSV(B) | 347.69º | 0.19% | 0.82% | - |
| XYZ | 49.28 | 46.08 | 48.95 | - |
| YUV | 183.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 179 | 0 | 0.19 | 0.15 | 0.18 | 347.69 | 0.3 | 0.75 |
| Hex | D2 | AB | B3 | 0 | 13 | F | 12 | 15C | 1E | 4B |
| Octal | 322 | 253 | 263 | 0 | 23 | 17 | 22 | 534 | 36 | 113 |
| Binary | 11010010 | 10101011 | 10110011 | 0 | 10011 | 1111 | 10010 | 101011100 | 11110 | 1001011 |
Color Harmonies of #D2ABB3
Complementary color
Monochromatic Colors of #D2ABB3
Black with #D2ABB3
Text Example
Text Example
White with #D2ABB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ABB3; }
p { color: rgb(210,171,179); }
H1.HeaderClassName
{
color: #D2ABB3;
}
.AnyTagClassName
{
color: #D2ABB3;
}
</style>
background-color css
<style>
a { background-color: #D2ABB3; }
a { background-color: rgb(210,171,179); }
div.DivClassName
{
background-color: #D2ABB3;
}
.BgClassName
{
background-color: #D2ABB3;
}
</style>
border-color css
<style>
span { border-color: #D2ABB3; }
span { border-color: rgb(210,171,179); }
td.TdClassName
{
border-color: #D2ABB3;
}
.TagClassName
{
border-color: #D2ABB3;
}
</style>