Shades of Dutch White #EEDEB9
Tints of Dutch White #EEDEB9
RGB
CMYK
RGB Variations
Color information
#EEDEB9 (or 0xEEDEB9) is known color: Dutch White. HEX triplet: EE, DE and B9. RGB value is (238,222,185). Sum of RGB (Red+Green+Blue) = 238+222+185=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 185 (72.66% from 255 or 28.68% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEB9 is #112146. Grayscale: #DEDEDE. Windows color (decimal): -1122631 or 12181230. OLE color: 12181230.
HSL color Cylindrical-coordinate representation of color #EEDEB9: hue angle of 41.89º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEDEB9 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 185 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.07 |
| HSL | 41.89º | 0.61% | 0.83% | - |
| HSV(B) | 41.89º | 0.22% | 0.93% | - |
| XYZ | 70.14 | 73.92 | 56.47 | - |
| YUV | 222.57 | 106.8 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 185 | 0 | 0.07 | 0.22 | 0.07 | 41.89 | 0.61 | 0.83 |
| Hex | EE | DE | B9 | 0 | 7 | 16 | 7 | 2A | 3D | 53 |
| Octal | 356 | 336 | 271 | 0 | 7 | 26 | 7 | 52 | 75 | 123 |
| Binary | 11101110 | 11011110 | 10111001 | 0 | 111 | 10110 | 111 | 101010 | 111101 | 1010011 |
Color Harmonies of #EEDEB9
Complementary color
Monochromatic Colors of #EEDEB9
Black with #EEDEB9
Text Example
Text Example
White with #EEDEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDEB9; }
p { color: rgb(238,222,185); }
H1.HeaderClassName
{
color: #EEDEB9;
}
.AnyTagClassName
{
color: #EEDEB9;
}
</style>
background-color css
<style>
a { background-color: #EEDEB9; }
a { background-color: rgb(238,222,185); }
div.DivClassName
{
background-color: #EEDEB9;
}
.BgClassName
{
background-color: #EEDEB9;
}
</style>
border-color css
<style>
span { border-color: #EEDEB9; }
span { border-color: rgb(238,222,185); }
td.TdClassName
{
border-color: #EEDEB9;
}
.TagClassName
{
border-color: #EEDEB9;
}
</style>