Shades of Blossom #D2ABB6
Tints of Blossom #D2ABB6
RGB
CMYK
RGB Variations
Color information
#D2ABB6 (or 0xD2ABB6) is known color: Blossom. HEX triplet: D2, AB and B6. RGB value is (210,171,182). Sum of RGB (Red+Green+Blue) = 210+171+182=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 182 (71.48% from 255 or 32.33% from 563); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ABB6 is #2D5449. Grayscale: #B7B7B7. Windows color (decimal): -2970698 or 11971538. OLE color: 11971538.
HSL color Cylindrical-coordinate representation of color #D2ABB6: hue angle of 343.08º 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 #D2ABB6 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 182 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.18 |
| HSL | 343.08º | 0.3% | 0.75% | - |
| HSV(B) | 343.08º | 0.19% | 0.82% | - |
| XYZ | 49.58 | 46.2 | 50.56 | - |
| YUV | 183.92 | 126.92 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 182 | 0 | 0.19 | 0.13 | 0.18 | 343.08 | 0.3 | 0.75 |
| Hex | D2 | AB | B6 | 0 | 13 | D | 12 | 157 | 1E | 4B |
| Octal | 322 | 253 | 266 | 0 | 23 | 15 | 22 | 527 | 36 | 113 |
| Binary | 11010010 | 10101011 | 10110110 | 0 | 10011 | 1101 | 10010 | 101010111 | 11110 | 1001011 |
Color Harmonies of #D2ABB6
Complementary color
Monochromatic Colors of #D2ABB6
Black with #D2ABB6
Text Example
Text Example
White with #D2ABB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ABB6; }
p { color: rgb(210,171,182); }
H1.HeaderClassName
{
color: #D2ABB6;
}
.AnyTagClassName
{
color: #D2ABB6;
}
</style>
background-color css
<style>
a { background-color: #D2ABB6; }
a { background-color: rgb(210,171,182); }
div.DivClassName
{
background-color: #D2ABB6;
}
.BgClassName
{
background-color: #D2ABB6;
}
</style>
border-color css
<style>
span { border-color: #D2ABB6; }
span { border-color: rgb(210,171,182); }
td.TdClassName
{
border-color: #D2ABB6;
}
.TagClassName
{
border-color: #D2ABB6;
}
</style>