Shades of Blossom #DDABB2
Tints of Blossom #DDABB2
RGB
CMYK
RGB Variations
Color information
#DDABB2 (or 0xDDABB2) is known color: Blossom. HEX triplet: DD, AB and B2. RGB value is (221,171,178). Sum of RGB (Red+Green+Blue) = 221+171+178=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDABB2 is #22544D. Grayscale: #BABABA. Windows color (decimal): -2249806 or 11709405. OLE color: 11709405.
HSL color Cylindrical-coordinate representation of color #DDABB2: hue angle of 351.6º degrees, saturation: 0.42, 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 #DDABB2 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 178 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.13 |
| HSL | 351.6º | 0.42% | 0.77% | - |
| HSV(B) | 351.6º | 0.23% | 0.87% | - |
| XYZ | 52.42 | 47.71 | 48.57 | - |
| YUV | 186.75 | 123.07 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 178 | 0 | 0.23 | 0.19 | 0.13 | 351.6 | 0.42 | 0.77 |
| Hex | DD | AB | B2 | 0 | 17 | 13 | D | 160 | 2A | 4D |
| Octal | 335 | 253 | 262 | 0 | 27 | 23 | 15 | 540 | 52 | 115 |
| Binary | 11011101 | 10101011 | 10110010 | 0 | 10111 | 10011 | 1101 | 101100000 | 101010 | 1001101 |
Color Harmonies of #DDABB2
Complementary color
Monochromatic Colors of #DDABB2
Black with #DDABB2
Text Example
Text Example
White with #DDABB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDABB2; }
p { color: rgb(221,171,178); }
H1.HeaderClassName
{
color: #DDABB2;
}
.AnyTagClassName
{
color: #DDABB2;
}
</style>
background-color css
<style>
a { background-color: #DDABB2; }
a { background-color: rgb(221,171,178); }
div.DivClassName
{
background-color: #DDABB2;
}
.BgClassName
{
background-color: #DDABB2;
}
</style>
border-color css
<style>
span { border-color: #DDABB2; }
span { border-color: rgb(221,171,178); }
td.TdClassName
{
border-color: #DDABB2;
}
.TagClassName
{
border-color: #DDABB2;
}
</style>