Shades of Blossom #DDAAB6
Tints of Blossom #DDAAB6
RGB
CMYK
RGB Variations
Color information
#DDAAB6 (or 0xDDAAB6) is known color: Blossom. HEX triplet: DD, AA and B6. RGB value is (221,170,182). Sum of RGB (Red+Green+Blue) = 221+170+182=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 182 (71.48% from 255 or 31.76% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAAB6 is #225549. Grayscale: #BABABA. Windows color (decimal): -2250058 or 11971293. OLE color: 11971293.
HSL color Cylindrical-coordinate representation of color #DDAAB6: hue angle of 345.88º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDAAB6 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 182 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.13 |
| HSL | 345.88º | 0.43% | 0.77% | - |
| HSV(B) | 345.88º | 0.23% | 0.87% | - |
| XYZ | 52.64 | 47.5 | 50.65 | - |
| YUV | 186.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 182 | 0 | 0.23 | 0.18 | 0.13 | 345.88 | 0.43 | 0.77 |
| Hex | DD | AA | B6 | 0 | 17 | 12 | D | 15A | 2B | 4D |
| Octal | 335 | 252 | 266 | 0 | 27 | 22 | 15 | 532 | 53 | 115 |
| Binary | 11011101 | 10101010 | 10110110 | 0 | 10111 | 10010 | 1101 | 101011010 | 101011 | 1001101 |
Color Harmonies of #DDAAB6
Complementary color
Monochromatic Colors of #DDAAB6
Black with #DDAAB6
Text Example
Text Example
White with #DDAAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAAB6; }
p { color: rgb(221,170,182); }
H1.HeaderClassName
{
color: #DDAAB6;
}
.AnyTagClassName
{
color: #DDAAB6;
}
</style>
background-color css
<style>
a { background-color: #DDAAB6; }
a { background-color: rgb(221,170,182); }
div.DivClassName
{
background-color: #DDAAB6;
}
.BgClassName
{
background-color: #DDAAB6;
}
</style>
border-color css
<style>
span { border-color: #DDAAB6; }
span { border-color: rgb(221,170,182); }
td.TdClassName
{
border-color: #DDAAB6;
}
.TagClassName
{
border-color: #DDAAB6;
}
</style>