Shades of Blossom #DDA7B4
Tints of Blossom #DDA7B4
RGB
CMYK
RGB Variations
Color information
#DDA7B4 (or 0xDDA7B4) is known color: Blossom. HEX triplet: DD, A7 and B4. RGB value is (221,167,180). Sum of RGB (Red+Green+Blue) = 221+167+180=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7B4 is #22584B. Grayscale: #B8B8B8. Windows color (decimal): -2250828 or 11839453. OLE color: 11839453.
HSL color Cylindrical-coordinate representation of color #DDA7B4: hue angle of 345.56º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDA7B4 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 180 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.13 |
| HSL | 345.56º | 0.44% | 0.76% | - |
| HSV(B) | 345.56º | 0.24% | 0.87% | - |
| XYZ | 51.88 | 46.3 | 49.38 | - |
| YUV | 184.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 180 | 0 | 0.24 | 0.19 | 0.13 | 345.56 | 0.44 | 0.76 |
| Hex | DD | A7 | B4 | 0 | 18 | 13 | D | 15A | 2C | 4C |
| Octal | 335 | 247 | 264 | 0 | 30 | 23 | 15 | 532 | 54 | 114 |
| Binary | 11011101 | 10100111 | 10110100 | 0 | 11000 | 10011 | 1101 | 101011010 | 101100 | 1001100 |
Color Harmonies of #DDA7B4
Complementary color
Monochromatic Colors of #DDA7B4
Black with #DDA7B4
Text Example
Text Example
White with #DDA7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA7B4; }
p { color: rgb(221,167,180); }
H1.HeaderClassName
{
color: #DDA7B4;
}
.AnyTagClassName
{
color: #DDA7B4;
}
</style>
background-color css
<style>
a { background-color: #DDA7B4; }
a { background-color: rgb(221,167,180); }
div.DivClassName
{
background-color: #DDA7B4;
}
.BgClassName
{
background-color: #DDA7B4;
}
</style>
border-color css
<style>
span { border-color: #DDA7B4; }
span { border-color: rgb(221,167,180); }
td.TdClassName
{
border-color: #DDA7B4;
}
.TagClassName
{
border-color: #DDA7B4;
}
</style>