Shades of Blossom #DDB2B8
Tints of Blossom #DDB2B8
RGB
CMYK
RGB Variations
Color information
#DDB2B8 (or 0xDDB2B8) is known color: Blossom. HEX triplet: DD, B2 and B8. RGB value is (221,178,184). Sum of RGB (Red+Green+Blue) = 221+178+184=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 184 (72.27% from 255 or 31.56% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2B8 is #224D47. Grayscale: #BFBFBF. Windows color (decimal): -2248008 or 12104413. OLE color: 12104413.
HSL color Cylindrical-coordinate representation of color #DDB2B8: hue angle of 351.63º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB2B8 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 178 | 184 | - |
CMYK | 0 | 0.19 | 0.17 | 0.13 |
HSL | 351.63º | 0.39% | 0.78% | - |
HSV(B) | 351.63º | 0.19% | 0.87% | - |
XYZ | 54.39 | 50.67 | 52.26 | - |
YUV | 191.54 | 123.75 | 149.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 178 | 184 | 0 | 0.19 | 0.17 | 0.13 | 351.63 | 0.39 | 0.78 |
Hex | DD | B2 | B8 | 0 | 13 | 11 | D | 160 | 27 | 4E |
Octal | 335 | 262 | 270 | 0 | 23 | 21 | 15 | 540 | 47 | 116 |
Binary | 11011101 | 10110010 | 10111000 | 0 | 10011 | 10001 | 1101 | 101100000 | 100111 | 1001110 |
Color Harmonies of #DDB2B8
Complementary color
Monochromatic Colors of #DDB2B8
Black with #DDB2B8
Text Example
Text Example
White with #DDB2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2B8; }
p { color: rgb(221,178,184); }
H1.HeaderClassName
{
color: #DDB2B8;
}
.AnyTagClassName
{
color: #DDB2B8;
}
</style>
background-color css
<style>
a { background-color: #DDB2B8; }
a { background-color: rgb(221,178,184); }
div.DivClassName
{
background-color: #DDB2B8;
}
.BgClassName
{
background-color: #DDB2B8;
}
</style>
border-color css
<style>
span { border-color: #DDB2B8; }
span { border-color: rgb(221,178,184); }
td.TdClassName
{
border-color: #DDB2B8;
}
.TagClassName
{
border-color: #DDB2B8;
}
</style>