Shades of Blossom #DDA8B1
Tints of Blossom #DDA8B1
RGB
CMYK
RGB Variations
Color information
#DDA8B1 (or 0xDDA8B1) is known color: Blossom. HEX triplet: DD, A8 and B1. RGB value is (221,168,177). Sum of RGB (Red+Green+Blue) = 221+168+177=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 168 (66.02% from 255 or 29.68% from 566); Blue value is 177 (69.53% from 255 or 31.27% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA8B1 is #22574E. Grayscale: #B8B8B8. Windows color (decimal): -2250575 or 11643101. OLE color: 11643101.
HSL color Cylindrical-coordinate representation of color #DDA8B1: hue angle of 349.81º 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 #DDA8B1 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 177 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.13 |
| HSL | 349.81º | 0.44% | 0.76% | - |
| HSV(B) | 349.81º | 0.24% | 0.87% | - |
| XYZ | 51.76 | 46.55 | 47.85 | - |
| YUV | 184.87 | 123.56 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 177 | 0 | 0.24 | 0.20 | 0.13 | 349.81 | 0.44 | 0.76 |
| Hex | DD | A8 | B1 | 0 | 18 | 14 | D | 15E | 2C | 4C |
| Octal | 335 | 250 | 261 | 0 | 30 | 24 | 15 | 536 | 54 | 114 |
| Binary | 11011101 | 10101000 | 10110001 | 0 | 11000 | 10100 | 1101 | 101011110 | 101100 | 1001100 |
Color Harmonies of #DDA8B1
Complementary color
Monochromatic Colors of #DDA8B1
Black with #DDA8B1
Text Example
Text Example
White with #DDA8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA8B1; }
p { color: rgb(221,168,177); }
H1.HeaderClassName
{
color: #DDA8B1;
}
.AnyTagClassName
{
color: #DDA8B1;
}
</style>
background-color css
<style>
a { background-color: #DDA8B1; }
a { background-color: rgb(221,168,177); }
div.DivClassName
{
background-color: #DDA8B1;
}
.BgClassName
{
background-color: #DDA8B1;
}
</style>
border-color css
<style>
span { border-color: #DDA8B1; }
span { border-color: rgb(221,168,177); }
td.TdClassName
{
border-color: #DDA8B1;
}
.TagClassName
{
border-color: #DDA8B1;
}
</style>