Shades of Blossom #DDA5B5
Tints of Blossom #DDA5B5
RGB
CMYK
RGB Variations
Color information
#DDA5B5 (or 0xDDA5B5) is known color: Blossom. HEX triplet: DD, A5 and B5. RGB value is (221,165,181). Sum of RGB (Red+Green+Blue) = 221+165+181=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 165 (64.84% from 255 or 29.10% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5B5 is #225A4A. Grayscale: #B7B7B7. Windows color (decimal): -2251339 or 11904477. OLE color: 11904477.
HSL color Cylindrical-coordinate representation of color #DDA5B5: hue angle of 342.86º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDA5B5 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 181 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.13 |
| HSL | 342.86º | 0.45% | 0.76% | - |
| HSV(B) | 342.86º | 0.25% | 0.87% | - |
| XYZ | 51.61 | 45.62 | 49.8 | - |
| YUV | 183.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 181 | 0 | 0.25 | 0.18 | 0.13 | 342.86 | 0.45 | 0.76 |
| Hex | DD | A5 | B5 | 0 | 19 | 12 | D | 157 | 2D | 4C |
| Octal | 335 | 245 | 265 | 0 | 31 | 22 | 15 | 527 | 55 | 114 |
| Binary | 11011101 | 10100101 | 10110101 | 0 | 11001 | 10010 | 1101 | 101010111 | 101101 | 1001100 |
Color Harmonies of #DDA5B5
Complementary color
Monochromatic Colors of #DDA5B5
Black with #DDA5B5
Text Example
Text Example
White with #DDA5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA5B5; }
p { color: rgb(221,165,181); }
H1.HeaderClassName
{
color: #DDA5B5;
}
.AnyTagClassName
{
color: #DDA5B5;
}
</style>
background-color css
<style>
a { background-color: #DDA5B5; }
a { background-color: rgb(221,165,181); }
div.DivClassName
{
background-color: #DDA5B5;
}
.BgClassName
{
background-color: #DDA5B5;
}
</style>
border-color css
<style>
span { border-color: #DDA5B5; }
span { border-color: rgb(221,165,181); }
td.TdClassName
{
border-color: #DDA5B5;
}
.TagClassName
{
border-color: #DDA5B5;
}
</style>