Shades of Blossom #DDADB8
Tints of Blossom #DDADB8
RGB
CMYK
RGB Variations
Color information
#DDADB8 (or 0xDDADB8) is known color: Blossom. HEX triplet: DD, AD and B8. RGB value is (221,173,184). Sum of RGB (Red+Green+Blue) = 221+173+184=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 184 (72.27% from 255 or 31.83% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADB8 is #225247. Grayscale: #BCBCBC. Windows color (decimal): -2249288 or 12103133. OLE color: 12103133.
HSL color Cylindrical-coordinate representation of color #DDADB8: hue angle of 346.25º 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 #DDADB8 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 173 | 184 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.13 |
| HSL | 346.25º | 0.41% | 0.77% | - |
| HSV(B) | 346.25º | 0.22% | 0.87% | - |
| XYZ | 53.41 | 48.72 | 51.94 | - |
| YUV | 188.61 | 125.4 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 184 | 0 | 0.22 | 0.17 | 0.13 | 346.25 | 0.41 | 0.77 |
| Hex | DD | AD | B8 | 0 | 16 | 11 | D | 15A | 29 | 4D |
| Octal | 335 | 255 | 270 | 0 | 26 | 21 | 15 | 532 | 51 | 115 |
| Binary | 11011101 | 10101101 | 10111000 | 0 | 10110 | 10001 | 1101 | 101011010 | 101001 | 1001101 |
Color Harmonies of #DDADB8
Complementary color
Monochromatic Colors of #DDADB8
Black with #DDADB8
Text Example
Text Example
White with #DDADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADB8; }
p { color: rgb(221,173,184); }
H1.HeaderClassName
{
color: #DDADB8;
}
.AnyTagClassName
{
color: #DDADB8;
}
</style>
background-color css
<style>
a { background-color: #DDADB8; }
a { background-color: rgb(221,173,184); }
div.DivClassName
{
background-color: #DDADB8;
}
.BgClassName
{
background-color: #DDADB8;
}
</style>
border-color css
<style>
span { border-color: #DDADB8; }
span { border-color: rgb(221,173,184); }
td.TdClassName
{
border-color: #DDADB8;
}
.TagClassName
{
border-color: #DDADB8;
}
</style>