Shades of Blossom #DDACB3
Tints of Blossom #DDACB3
RGB
CMYK
RGB Variations
Color information
#DDACB3 (or 0xDDACB3) is known color: Blossom. HEX triplet: DD, AC and B3. RGB value is (221,172,179). Sum of RGB (Red+Green+Blue) = 221+172+179=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACB3 is #22534C. Grayscale: #BBBBBB. Windows color (decimal): -2249549 or 11775197. OLE color: 11775197.
HSL color Cylindrical-coordinate representation of color #DDACB3: hue angle of 351.43º degrees, saturation: 0.42, 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 #DDACB3 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 179 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.13 |
| HSL | 351.43º | 0.42% | 0.77% | - |
| HSV(B) | 351.43º | 0.22% | 0.87% | - |
| XYZ | 52.71 | 48.13 | 49.16 | - |
| YUV | 187.45 | 123.23 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 179 | 0 | 0.22 | 0.19 | 0.13 | 351.43 | 0.42 | 0.77 |
| Hex | DD | AC | B3 | 0 | 16 | 13 | D | 15F | 2A | 4D |
| Octal | 335 | 254 | 263 | 0 | 26 | 23 | 15 | 537 | 52 | 115 |
| Binary | 11011101 | 10101100 | 10110011 | 0 | 10110 | 10011 | 1101 | 101011111 | 101010 | 1001101 |
Color Harmonies of #DDACB3
Complementary color
Monochromatic Colors of #DDACB3
Black with #DDACB3
Text Example
Text Example
White with #DDACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACB3; }
p { color: rgb(221,172,179); }
H1.HeaderClassName
{
color: #DDACB3;
}
.AnyTagClassName
{
color: #DDACB3;
}
</style>
background-color css
<style>
a { background-color: #DDACB3; }
a { background-color: rgb(221,172,179); }
div.DivClassName
{
background-color: #DDACB3;
}
.BgClassName
{
background-color: #DDACB3;
}
</style>
border-color css
<style>
span { border-color: #DDACB3; }
span { border-color: rgb(221,172,179); }
td.TdClassName
{
border-color: #DDACB3;
}
.TagClassName
{
border-color: #DDACB3;
}
</style>