Shades of Blossom #D2ACB4
Tints of Blossom #D2ACB4
RGB
CMYK
RGB Variations
Color information
#D2ACB4 (or 0xD2ACB4) is known color: Blossom. HEX triplet: D2, AC and B4. RGB value is (210,172,180). Sum of RGB (Red+Green+Blue) = 210+172+180=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ACB4 is #2D534B. Grayscale: #B8B8B8. Windows color (decimal): -2970444 or 11840722. OLE color: 11840722.
HSL color Cylindrical-coordinate representation of color #D2ACB4: hue angle of 347.37º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2ACB4 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 172 | 180 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.18 |
| HSL | 347.37º | 0.3% | 0.75% | - |
| HSV(B) | 347.37º | 0.18% | 0.82% | - |
| XYZ | 49.57 | 46.5 | 49.54 | - |
| YUV | 184.27 | 125.59 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 180 | 0 | 0.18 | 0.14 | 0.18 | 347.37 | 0.3 | 0.75 |
| Hex | D2 | AC | B4 | 0 | 12 | E | 12 | 15B | 1E | 4B |
| Octal | 322 | 254 | 264 | 0 | 22 | 16 | 22 | 533 | 36 | 113 |
| Binary | 11010010 | 10101100 | 10110100 | 0 | 10010 | 1110 | 10010 | 101011011 | 11110 | 1001011 |
Color Harmonies of #D2ACB4
Complementary color
Monochromatic Colors of #D2ACB4
Black with #D2ACB4
Text Example
Text Example
White with #D2ACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ACB4; }
p { color: rgb(210,172,180); }
H1.HeaderClassName
{
color: #D2ACB4;
}
.AnyTagClassName
{
color: #D2ACB4;
}
</style>
background-color css
<style>
a { background-color: #D2ACB4; }
a { background-color: rgb(210,172,180); }
div.DivClassName
{
background-color: #D2ACB4;
}
.BgClassName
{
background-color: #D2ACB4;
}
</style>
border-color css
<style>
span { border-color: #D2ACB4; }
span { border-color: rgb(210,172,180); }
td.TdClassName
{
border-color: #D2ACB4;
}
.TagClassName
{
border-color: #D2ACB4;
}
</style>