Shades of Blossom #DDADB9
Tints of Blossom #DDADB9
RGB
CMYK
RGB Variations
Color information
#DDADB9 (or 0xDDADB9) is known color: Blossom. HEX triplet: DD, AD and B9. RGB value is (221,173,185). Sum of RGB (Red+Green+Blue) = 221+173+185=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADB9 is #225246. Grayscale: #BCBCBC. Windows color (decimal): -2249287 or 12168669. OLE color: 12168669.
HSL color Cylindrical-coordinate representation of color #DDADB9: hue angle of 345º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDADB9 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 173 | 185 | - |
CMYK | 0 | 0.22 | 0.16 | 0.13 |
HSL | 345º | 0.41% | 0.77% | - |
HSV(B) | 345º | 0.22% | 0.87% | - |
XYZ | 53.52 | 48.76 | 52.49 | - |
YUV | 188.72 | 125.9 | 151.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 173 | 185 | 0 | 0.22 | 0.16 | 0.13 | 345 | 0.41 | 0.77 |
Hex | DD | AD | B9 | 0 | 16 | 10 | D | 159 | 29 | 4D |
Octal | 335 | 255 | 271 | 0 | 26 | 20 | 15 | 531 | 51 | 115 |
Binary | 11011101 | 10101101 | 10111001 | 0 | 10110 | 10000 | 1101 | 101011001 | 101001 | 1001101 |
Color Harmonies of #DDADB9
Complementary color
Monochromatic Colors of #DDADB9
Black with #DDADB9
Text Example
Text Example
White with #DDADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADB9; }
p { color: rgb(221,173,185); }
H1.HeaderClassName
{
color: #DDADB9;
}
.AnyTagClassName
{
color: #DDADB9;
}
</style>
background-color css
<style>
a { background-color: #DDADB9; }
a { background-color: rgb(221,173,185); }
div.DivClassName
{
background-color: #DDADB9;
}
.BgClassName
{
background-color: #DDADB9;
}
</style>
border-color css
<style>
span { border-color: #DDADB9; }
span { border-color: rgb(221,173,185); }
td.TdClassName
{
border-color: #DDADB9;
}
.TagClassName
{
border-color: #DDADB9;
}
</style>