Shades of Blossom #DDA6B2
Tints of Blossom #DDA6B2
RGB
CMYK
RGB Variations
Color information
#DDA6B2 (or 0xDDA6B2) is known color: Blossom. HEX triplet: DD, A6 and B2. RGB value is (221,166,178). Sum of RGB (Red+Green+Blue) = 221+166+178=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA6B2 is #22594D. Grayscale: #B7B7B7. Windows color (decimal): -2251086 or 11708125. OLE color: 11708125.
HSL color Cylindrical-coordinate representation of color #DDA6B2: hue angle of 346.91º 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 #DDA6B2 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 178 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.13 |
| HSL | 346.91º | 0.45% | 0.76% | - |
| HSV(B) | 346.91º | 0.25% | 0.87% | - |
| XYZ | 51.49 | 45.86 | 48.26 | - |
| YUV | 183.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 178 | 0 | 0.25 | 0.19 | 0.13 | 346.91 | 0.45 | 0.76 |
| Hex | DD | A6 | B2 | 0 | 19 | 13 | D | 15B | 2D | 4C |
| Octal | 335 | 246 | 262 | 0 | 31 | 23 | 15 | 533 | 55 | 114 |
| Binary | 11011101 | 10100110 | 10110010 | 0 | 11001 | 10011 | 1101 | 101011011 | 101101 | 1001100 |
Color Harmonies of #DDA6B2
Complementary color
Monochromatic Colors of #DDA6B2
Black with #DDA6B2
Text Example
Text Example
White with #DDA6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA6B2; }
p { color: rgb(221,166,178); }
H1.HeaderClassName
{
color: #DDA6B2;
}
.AnyTagClassName
{
color: #DDA6B2;
}
</style>
background-color css
<style>
a { background-color: #DDA6B2; }
a { background-color: rgb(221,166,178); }
div.DivClassName
{
background-color: #DDA6B2;
}
.BgClassName
{
background-color: #DDA6B2;
}
</style>
border-color css
<style>
span { border-color: #DDA6B2; }
span { border-color: rgb(221,166,178); }
td.TdClassName
{
border-color: #DDA6B2;
}
.TagClassName
{
border-color: #DDA6B2;
}
</style>