Shades of Blossom #D4ADB4
Tints of Blossom #D4ADB4
RGB
CMYK
RGB Variations
Color information
#D4ADB4 (or 0xD4ADB4) is known color: Blossom. HEX triplet: D4, AD and B4. RGB value is (212,173,180). Sum of RGB (Red+Green+Blue) = 212+173+180=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADB4 is #2B524B. Grayscale: #B9B9B9. Windows color (decimal): -2839116 or 11840980. OLE color: 11840980.
HSL color Cylindrical-coordinate representation of color #D4ADB4: hue angle of 349.23º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4ADB4 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 180 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.17 |
| HSL | 349.23º | 0.31% | 0.75% | - |
| HSV(B) | 349.23º | 0.18% | 0.83% | - |
| XYZ | 50.33 | 47.18 | 49.63 | - |
| YUV | 185.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 180 | 0 | 0.18 | 0.15 | 0.17 | 349.23 | 0.31 | 0.75 |
| Hex | D4 | AD | B4 | 0 | 12 | F | 11 | 15D | 1F | 4B |
| Octal | 324 | 255 | 264 | 0 | 22 | 17 | 21 | 535 | 37 | 113 |
| Binary | 11010100 | 10101101 | 10110100 | 0 | 10010 | 1111 | 10001 | 101011101 | 11111 | 1001011 |
Color Harmonies of #D4ADB4
Complementary color
Monochromatic Colors of #D4ADB4
Black with #D4ADB4
Text Example
Text Example
White with #D4ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ADB4; }
p { color: rgb(212,173,180); }
H1.HeaderClassName
{
color: #D4ADB4;
}
.AnyTagClassName
{
color: #D4ADB4;
}
</style>
background-color css
<style>
a { background-color: #D4ADB4; }
a { background-color: rgb(212,173,180); }
div.DivClassName
{
background-color: #D4ADB4;
}
.BgClassName
{
background-color: #D4ADB4;
}
</style>
border-color css
<style>
span { border-color: #D4ADB4; }
span { border-color: rgb(212,173,180); }
td.TdClassName
{
border-color: #D4ADB4;
}
.TagClassName
{
border-color: #D4ADB4;
}
</style>