Shades of Blossom #DDADB5
Tints of Blossom #DDADB5
RGB
CMYK
RGB Variations
Color information
#DDADB5 (or 0xDDADB5) is known color: Blossom. HEX triplet: DD, AD and B5. RGB value is (221,173,181). Sum of RGB (Red+Green+Blue) = 221+173+181=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADB5 is #22524A. Grayscale: #BCBCBC. Windows color (decimal): -2249291 or 11906525. OLE color: 11906525.
HSL color Cylindrical-coordinate representation of color #DDADB5: hue angle of 350º 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 #DDADB5 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 173 | 181 | - |
CMYK | 0 | 0.22 | 0.18 | 0.13 |
HSL | 350º | 0.41% | 0.77% | - |
HSV(B) | 350º | 0.22% | 0.87% | - |
XYZ | 53.1 | 48.6 | 50.3 | - |
YUV | 188.26 | 123.9 | 151.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 173 | 181 | 0 | 0.22 | 0.18 | 0.13 | 350 | 0.41 | 0.77 |
Hex | DD | AD | B5 | 0 | 16 | 12 | D | 15E | 29 | 4D |
Octal | 335 | 255 | 265 | 0 | 26 | 22 | 15 | 536 | 51 | 115 |
Binary | 11011101 | 10101101 | 10110101 | 0 | 10110 | 10010 | 1101 | 101011110 | 101001 | 1001101 |
Color Harmonies of #DDADB5
Complementary color
Monochromatic Colors of #DDADB5
Black with #DDADB5
Text Example
Text Example
White with #DDADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADB5; }
p { color: rgb(221,173,181); }
H1.HeaderClassName
{
color: #DDADB5;
}
.AnyTagClassName
{
color: #DDADB5;
}
</style>
background-color css
<style>
a { background-color: #DDADB5; }
a { background-color: rgb(221,173,181); }
div.DivClassName
{
background-color: #DDADB5;
}
.BgClassName
{
background-color: #DDADB5;
}
</style>
border-color css
<style>
span { border-color: #DDADB5; }
span { border-color: rgb(221,173,181); }
td.TdClassName
{
border-color: #DDADB5;
}
.TagClassName
{
border-color: #DDADB5;
}
</style>