Shades of Blossom #D2ABB4
Tints of Blossom #D2ABB4
RGB
CMYK
RGB Variations
Color information
#D2ABB4 (or 0xD2ABB4) is known color: Blossom. HEX triplet: D2, AB and B4. RGB value is (210,171,180). Sum of RGB (Red+Green+Blue) = 210+171+180=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ABB4 is #2D544B. Grayscale: #B7B7B7. Windows color (decimal): -2970700 or 11840466. OLE color: 11840466.
HSL color Cylindrical-coordinate representation of color #D2ABB4: hue angle of 346.15º 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 #D2ABB4 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 180 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.18 |
| HSL | 346.15º | 0.3% | 0.75% | - |
| HSV(B) | 346.15º | 0.19% | 0.82% | - |
| XYZ | 49.38 | 46.12 | 49.48 | - |
| YUV | 183.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 180 | 0 | 0.19 | 0.14 | 0.18 | 346.15 | 0.3 | 0.75 |
| Hex | D2 | AB | B4 | 0 | 13 | E | 12 | 15A | 1E | 4B |
| Octal | 322 | 253 | 264 | 0 | 23 | 16 | 22 | 532 | 36 | 113 |
| Binary | 11010010 | 10101011 | 10110100 | 0 | 10011 | 1110 | 10010 | 101011010 | 11110 | 1001011 |
Color Harmonies of #D2ABB4
Complementary color
Monochromatic Colors of #D2ABB4
Black with #D2ABB4
Text Example
Text Example
White with #D2ABB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ABB4; }
p { color: rgb(210,171,180); }
H1.HeaderClassName
{
color: #D2ABB4;
}
.AnyTagClassName
{
color: #D2ABB4;
}
</style>
background-color css
<style>
a { background-color: #D2ABB4; }
a { background-color: rgb(210,171,180); }
div.DivClassName
{
background-color: #D2ABB4;
}
.BgClassName
{
background-color: #D2ABB4;
}
</style>
border-color css
<style>
span { border-color: #D2ABB4; }
span { border-color: rgb(210,171,180); }
td.TdClassName
{
border-color: #D2ABB4;
}
.TagClassName
{
border-color: #D2ABB4;
}
</style>