Shades of Blossom #DDAAB4
Tints of Blossom #DDAAB4
RGB
CMYK
RGB Variations
Color information
#DDAAB4 (or 0xDDAAB4) is known color: Blossom. HEX triplet: DD, AA and B4. RGB value is (221,170,180). Sum of RGB (Red+Green+Blue) = 221+170+180=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAAB4 is #22554B. Grayscale: #BABABA. Windows color (decimal): -2250060 or 11840221. OLE color: 11840221.
HSL color Cylindrical-coordinate representation of color #DDAAB4: hue angle of 348.24º 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 #DDAAB4 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 180 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.13 |
| HSL | 348.24º | 0.43% | 0.77% | - |
| HSV(B) | 348.24º | 0.23% | 0.87% | - |
| XYZ | 52.43 | 47.42 | 49.57 | - |
| YUV | 186.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 180 | 0 | 0.23 | 0.19 | 0.13 | 348.24 | 0.43 | 0.77 |
| Hex | DD | AA | B4 | 0 | 17 | 13 | D | 15C | 2B | 4D |
| Octal | 335 | 252 | 264 | 0 | 27 | 23 | 15 | 534 | 53 | 115 |
| Binary | 11011101 | 10101010 | 10110100 | 0 | 10111 | 10011 | 1101 | 101011100 | 101011 | 1001101 |
Color Harmonies of #DDAAB4
Complementary color
Monochromatic Colors of #DDAAB4
Black with #DDAAB4
Text Example
Text Example
White with #DDAAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAAB4; }
p { color: rgb(221,170,180); }
H1.HeaderClassName
{
color: #DDAAB4;
}
.AnyTagClassName
{
color: #DDAAB4;
}
</style>
background-color css
<style>
a { background-color: #DDAAB4; }
a { background-color: rgb(221,170,180); }
div.DivClassName
{
background-color: #DDAAB4;
}
.BgClassName
{
background-color: #DDAAB4;
}
</style>
border-color css
<style>
span { border-color: #DDAAB4; }
span { border-color: rgb(221,170,180); }
td.TdClassName
{
border-color: #DDAAB4;
}
.TagClassName
{
border-color: #DDAAB4;
}
</style>