Shades of Blossom #DDAAB2
Tints of Blossom #DDAAB2
RGB
CMYK
RGB Variations
Color information
#DDAAB2 (or 0xDDAAB2) is known color: Blossom. HEX triplet: DD, AA and B2. RGB value is (221,170,178). Sum of RGB (Red+Green+Blue) = 221+170+178=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAAB2 is #22554D. Grayscale: #BABABA. Windows color (decimal): -2250062 or 11709149. OLE color: 11709149.
HSL color Cylindrical-coordinate representation of color #DDAAB2: hue angle of 350.59º 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 #DDAAB2 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 170 | 178 | - |
CMYK | 0 | 0.23 | 0.19 | 0.13 |
HSL | 350.59º | 0.43% | 0.77% | - |
HSV(B) | 350.59º | 0.23% | 0.87% | - |
XYZ | 52.23 | 47.34 | 48.5 | - |
YUV | 186.16 | 123.4 | 152.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 170 | 178 | 0 | 0.23 | 0.19 | 0.13 | 350.59 | 0.43 | 0.77 |
Hex | DD | AA | B2 | 0 | 17 | 13 | D | 15F | 2B | 4D |
Octal | 335 | 252 | 262 | 0 | 27 | 23 | 15 | 537 | 53 | 115 |
Binary | 11011101 | 10101010 | 10110010 | 0 | 10111 | 10011 | 1101 | 101011111 | 101011 | 1001101 |
Color Harmonies of #DDAAB2
Complementary color
Monochromatic Colors of #DDAAB2
Black with #DDAAB2
Text Example
Text Example
White with #DDAAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAAB2; }
p { color: rgb(221,170,178); }
H1.HeaderClassName
{
color: #DDAAB2;
}
.AnyTagClassName
{
color: #DDAAB2;
}
</style>
background-color css
<style>
a { background-color: #DDAAB2; }
a { background-color: rgb(221,170,178); }
div.DivClassName
{
background-color: #DDAAB2;
}
.BgClassName
{
background-color: #DDAAB2;
}
</style>
border-color css
<style>
span { border-color: #DDAAB2; }
span { border-color: rgb(221,170,178); }
td.TdClassName
{
border-color: #DDAAB2;
}
.TagClassName
{
border-color: #DDAAB2;
}
</style>