Shades of Bon Jour #DDD5CF
Tints of Bon Jour #DDD5CF
RGB
CMYK
RGB Variations
Color information
#DDD5CF (or 0xDDD5CF) is known color: Bon Jour. HEX triplet: DD, D5 and CF. RGB value is (221,213,207). Sum of RGB (Red+Green+Blue) = 221+213+207=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD5CF is #222A30. Grayscale: #D6D6D6. Windows color (decimal): -2239025 or 13620701. OLE color: 13620701.
HSL color Cylindrical-coordinate representation of color #DDD5CF: hue angle of 25.71º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDD5CF is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 213 | 207 | - |
CMYK | 0 | 0.04 | 0.06 | 0.13 |
HSL | 25.71º | 0.17% | 0.84% | - |
HSV(B) | 25.71º | 0.06% | 0.87% | - |
XYZ | 64.88 | 67.47 | 68.63 | - |
YUV | 214.71 | 123.65 | 132.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 213 | 207 | 0 | 0.04 | 0.06 | 0.13 | 25.71 | 0.17 | 0.84 |
Hex | DD | D5 | CF | 0 | 4 | 6 | D | 1A | 11 | 54 |
Octal | 335 | 325 | 317 | 0 | 4 | 6 | 15 | 32 | 21 | 124 |
Binary | 11011101 | 11010101 | 11001111 | 0 | 100 | 110 | 1101 | 11010 | 10001 | 1010100 |
Color Harmonies of #DDD5CF
Complementary color
Monochromatic Colors of #DDD5CF
Black with #DDD5CF
Text Example
Text Example
White with #DDD5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD5CF; }
p { color: rgb(221,213,207); }
H1.HeaderClassName
{
color: #DDD5CF;
}
.AnyTagClassName
{
color: #DDD5CF;
}
</style>
background-color css
<style>
a { background-color: #DDD5CF; }
a { background-color: rgb(221,213,207); }
div.DivClassName
{
background-color: #DDD5CF;
}
.BgClassName
{
background-color: #DDD5CF;
}
</style>
border-color css
<style>
span { border-color: #DDD5CF; }
span { border-color: rgb(221,213,207); }
td.TdClassName
{
border-color: #DDD5CF;
}
.TagClassName
{
border-color: #DDD5CF;
}
</style>