Shades of Bon Jour #DAD4D1
Tints of Bon Jour #DAD4D1
RGB
CMYK
RGB Variations
Color information
#DAD4D1 (or 0xDAD4D1) is known color: Bon Jour. HEX triplet: DA, D4 and D1. RGB value is (218,212,209). Sum of RGB (Red+Green+Blue) = 218+212+209=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD4D1 is #252B2E. Grayscale: #D5D5D5. Windows color (decimal): -2435887 or 13751514. OLE color: 13751514.
HSL color Cylindrical-coordinate representation of color #DAD4D1: hue angle of 20º degrees, saturation: 0.11, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DAD4D1 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 212 | 209 | - |
CMYK | 0 | 0.03 | 0.04 | 0.15 |
HSL | 20º | 0.11% | 0.84% | - |
HSV(B) | 20º | 0.04% | 0.85% | - |
XYZ | 63.97 | 66.6 | 69.8 | - |
YUV | 213.45 | 125.49 | 131.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 212 | 209 | 0 | 0.03 | 0.04 | 0.15 | 20 | 0.11 | 0.84 |
Hex | DA | D4 | D1 | 0 | 3 | 4 | F | 14 | B | 54 |
Octal | 332 | 324 | 321 | 0 | 3 | 4 | 17 | 24 | 13 | 124 |
Binary | 11011010 | 11010100 | 11010001 | 0 | 11 | 100 | 1111 | 10100 | 1011 | 1010100 |
Color Harmonies of #DAD4D1
Complementary color
Monochromatic Colors of #DAD4D1
Black with #DAD4D1
Text Example
Text Example
White with #DAD4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD4D1; }
p { color: rgb(218,212,209); }
H1.HeaderClassName
{
color: #DAD4D1;
}
.AnyTagClassName
{
color: #DAD4D1;
}
</style>
background-color css
<style>
a { background-color: #DAD4D1; }
a { background-color: rgb(218,212,209); }
div.DivClassName
{
background-color: #DAD4D1;
}
.BgClassName
{
background-color: #DAD4D1;
}
</style>
border-color css
<style>
span { border-color: #DAD4D1; }
span { border-color: rgb(218,212,209); }
td.TdClassName
{
border-color: #DAD4D1;
}
.TagClassName
{
border-color: #DAD4D1;
}
</style>