Shades of Blossom #DDACB5
Tints of Blossom #DDACB5
RGB
CMYK
RGB Variations
Color information
#DDACB5 (or 0xDDACB5) is known color: Blossom. HEX triplet: DD, AC and B5. RGB value is (221,172,181). Sum of RGB (Red+Green+Blue) = 221+172+181=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACB5 is #22534A. Grayscale: #BBBBBB. Windows color (decimal): -2249547 or 11906269. OLE color: 11906269.
HSL color Cylindrical-coordinate representation of color #DDACB5: hue angle of 348.98º 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 #DDACB5 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 172 | 181 | - |
CMYK | 0 | 0.22 | 0.18 | 0.13 |
HSL | 348.98º | 0.42% | 0.77% | - |
HSV(B) | 348.98º | 0.22% | 0.87% | - |
XYZ | 52.91 | 48.21 | 50.23 | - |
YUV | 187.68 | 124.23 | 151.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 172 | 181 | 0 | 0.22 | 0.18 | 0.13 | 348.98 | 0.42 | 0.77 |
Hex | DD | AC | B5 | 0 | 16 | 12 | D | 15D | 2A | 4D |
Octal | 335 | 254 | 265 | 0 | 26 | 22 | 15 | 535 | 52 | 115 |
Binary | 11011101 | 10101100 | 10110101 | 0 | 10110 | 10010 | 1101 | 101011101 | 101010 | 1001101 |
Color Harmonies of #DDACB5
Complementary color
Monochromatic Colors of #DDACB5
Black with #DDACB5
Text Example
Text Example
White with #DDACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACB5; }
p { color: rgb(221,172,181); }
H1.HeaderClassName
{
color: #DDACB5;
}
.AnyTagClassName
{
color: #DDACB5;
}
</style>
background-color css
<style>
a { background-color: #DDACB5; }
a { background-color: rgb(221,172,181); }
div.DivClassName
{
background-color: #DDACB5;
}
.BgClassName
{
background-color: #DDACB5;
}
</style>
border-color css
<style>
span { border-color: #DDACB5; }
span { border-color: rgb(221,172,181); }
td.TdClassName
{
border-color: #DDACB5;
}
.TagClassName
{
border-color: #DDACB5;
}
</style>