Shades of Blossom #DDADB3
Tints of Blossom #DDADB3
RGB
CMYK
RGB Variations
Color information
#DDADB3 (or 0xDDADB3) is known color: Blossom. HEX triplet: DD, AD and B3. RGB value is (221,173,179). Sum of RGB (Red+Green+Blue) = 221+173+179=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 179 (70.31% from 255 or 31.24% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADB3 is #22524C. Grayscale: #BCBCBC. Windows color (decimal): -2249293 or 11775453. OLE color: 11775453.
HSL color Cylindrical-coordinate representation of color #DDADB3: hue angle of 352.5º 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 #DDADB3 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 173 | 179 | - |
CMYK | 0 | 0.22 | 0.19 | 0.13 |
HSL | 352.5º | 0.41% | 0.77% | - |
HSV(B) | 352.5º | 0.22% | 0.87% | - |
XYZ | 52.9 | 48.51 | 49.22 | - |
YUV | 188.04 | 122.9 | 151.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 173 | 179 | 0 | 0.22 | 0.19 | 0.13 | 352.5 | 0.41 | 0.77 |
Hex | DD | AD | B3 | 0 | 16 | 13 | D | 160 | 29 | 4D |
Octal | 335 | 255 | 263 | 0 | 26 | 23 | 15 | 540 | 51 | 115 |
Binary | 11011101 | 10101101 | 10110011 | 0 | 10110 | 10011 | 1101 | 101100000 | 101001 | 1001101 |
Color Harmonies of #DDADB3
Complementary color
Monochromatic Colors of #DDADB3
Black with #DDADB3
Text Example
Text Example
White with #DDADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADB3; }
p { color: rgb(221,173,179); }
H1.HeaderClassName
{
color: #DDADB3;
}
.AnyTagClassName
{
color: #DDADB3;
}
</style>
background-color css
<style>
a { background-color: #DDADB3; }
a { background-color: rgb(221,173,179); }
div.DivClassName
{
background-color: #DDADB3;
}
.BgClassName
{
background-color: #DDADB3;
}
</style>
border-color css
<style>
span { border-color: #DDADB3; }
span { border-color: rgb(221,173,179); }
td.TdClassName
{
border-color: #DDADB3;
}
.TagClassName
{
border-color: #DDADB3;
}
</style>