Shades of Blossom #D4ABB6
Tints of Blossom #D4ABB6
RGB
CMYK
RGB Variations
Color information
#D4ABB6 (or 0xD4ABB6) is known color: Blossom. HEX triplet: D4, AB and B6. RGB value is (212,171,182). Sum of RGB (Red+Green+Blue) = 212+171+182=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ABB6 is #2B5449. Grayscale: #B8B8B8. Windows color (decimal): -2839626 or 11971540. OLE color: 11971540.
HSL color Cylindrical-coordinate representation of color #D4ABB6: hue angle of 343.9º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4ABB6 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 171 | 182 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.17 |
| HSL | 343.9º | 0.32% | 0.75% | - |
| HSV(B) | 343.9º | 0.19% | 0.83% | - |
| XYZ | 50.16 | 46.5 | 50.59 | - |
| YUV | 184.51 | 126.58 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 171 | 182 | 0 | 0.19 | 0.14 | 0.17 | 343.9 | 0.32 | 0.75 |
| Hex | D4 | AB | B6 | 0 | 13 | E | 11 | 158 | 20 | 4B |
| Octal | 324 | 253 | 266 | 0 | 23 | 16 | 21 | 530 | 40 | 113 |
| Binary | 11010100 | 10101011 | 10110110 | 0 | 10011 | 1110 | 10001 | 101011000 | 100000 | 1001011 |
Color Harmonies of #D4ABB6
Complementary color
Monochromatic Colors of #D4ABB6
Black with #D4ABB6
Text Example
Text Example
White with #D4ABB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ABB6; }
p { color: rgb(212,171,182); }
H1.HeaderClassName
{
color: #D4ABB6;
}
.AnyTagClassName
{
color: #D4ABB6;
}
</style>
background-color css
<style>
a { background-color: #D4ABB6; }
a { background-color: rgb(212,171,182); }
div.DivClassName
{
background-color: #D4ABB6;
}
.BgClassName
{
background-color: #D4ABB6;
}
</style>
border-color css
<style>
span { border-color: #D4ABB6; }
span { border-color: rgb(212,171,182); }
td.TdClassName
{
border-color: #D4ABB6;
}
.TagClassName
{
border-color: #D4ABB6;
}
</style>