Shades of Blossom #DDACB7
Tints of Blossom #DDACB7
RGB
CMYK
RGB Variations
Color information
#DDACB7 (or 0xDDACB7) is known color: Blossom. HEX triplet: DD, AC and B7. RGB value is (221,172,183). Sum of RGB (Red+Green+Blue) = 221+172+183=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 183 (71.88% from 255 or 31.77% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACB7 is #225348. Grayscale: #BBBBBB. Windows color (decimal): -2249545 or 12037341. OLE color: 12037341.
HSL color Cylindrical-coordinate representation of color #DDACB7: hue angle of 346.53º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDACB7 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 183 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.13 |
| HSL | 346.53º | 0.42% | 0.77% | - |
| HSV(B) | 346.53º | 0.22% | 0.87% | - |
| XYZ | 53.12 | 48.3 | 51.32 | - |
| YUV | 187.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 183 | 0 | 0.22 | 0.17 | 0.13 | 346.53 | 0.42 | 0.77 |
| Hex | DD | AC | B7 | 0 | 16 | 11 | D | 15B | 2A | 4D |
| Octal | 335 | 254 | 267 | 0 | 26 | 21 | 15 | 533 | 52 | 115 |
| Binary | 11011101 | 10101100 | 10110111 | 0 | 10110 | 10001 | 1101 | 101011011 | 101010 | 1001101 |
Color Harmonies of #DDACB7
Complementary color
Monochromatic Colors of #DDACB7
Black with #DDACB7
Text Example
Text Example
White with #DDACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACB7; }
p { color: rgb(221,172,183); }
H1.HeaderClassName
{
color: #DDACB7;
}
.AnyTagClassName
{
color: #DDACB7;
}
</style>
background-color css
<style>
a { background-color: #DDACB7; }
a { background-color: rgb(221,172,183); }
div.DivClassName
{
background-color: #DDACB7;
}
.BgClassName
{
background-color: #DDACB7;
}
</style>
border-color css
<style>
span { border-color: #DDACB7; }
span { border-color: rgb(221,172,183); }
td.TdClassName
{
border-color: #DDACB7;
}
.TagClassName
{
border-color: #DDACB7;
}
</style>