Shades of Blossom #DDAAB3
Tints of Blossom #DDAAB3
RGB
CMYK
RGB Variations
Color information
#DDAAB3 (or 0xDDAAB3) is known color: Blossom. HEX triplet: DD, AA and B3. RGB value is (221,170,179). Sum of RGB (Red+Green+Blue) = 221+170+179=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAAB3 is #22554C. Grayscale: #BABABA. Windows color (decimal): -2250061 or 11774685. OLE color: 11774685.
HSL color Cylindrical-coordinate representation of color #DDAAB3: hue angle of 349.41º 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 #DDAAB3 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 179 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.13 |
| HSL | 349.41º | 0.43% | 0.77% | - |
| HSV(B) | 349.41º | 0.23% | 0.87% | - |
| XYZ | 52.33 | 47.38 | 49.03 | - |
| YUV | 186.28 | 123.9 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 179 | 0 | 0.23 | 0.19 | 0.13 | 349.41 | 0.43 | 0.77 |
| Hex | DD | AA | B3 | 0 | 17 | 13 | D | 15D | 2B | 4D |
| Octal | 335 | 252 | 263 | 0 | 27 | 23 | 15 | 535 | 53 | 115 |
| Binary | 11011101 | 10101010 | 10110011 | 0 | 10111 | 10011 | 1101 | 101011101 | 101011 | 1001101 |
Color Harmonies of #DDAAB3
Complementary color
Monochromatic Colors of #DDAAB3
Black with #DDAAB3
Text Example
Text Example
White with #DDAAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAAB3; }
p { color: rgb(221,170,179); }
H1.HeaderClassName
{
color: #DDAAB3;
}
.AnyTagClassName
{
color: #DDAAB3;
}
</style>
background-color css
<style>
a { background-color: #DDAAB3; }
a { background-color: rgb(221,170,179); }
div.DivClassName
{
background-color: #DDAAB3;
}
.BgClassName
{
background-color: #DDAAB3;
}
</style>
border-color css
<style>
span { border-color: #DDAAB3; }
span { border-color: rgb(221,170,179); }
td.TdClassName
{
border-color: #DDAAB3;
}
.TagClassName
{
border-color: #DDAAB3;
}
</style>