Shades of Dutch White #EEE0C0
Tints of Dutch White #EEE0C0
RGB
CMYK
RGB Variations
Color information
#EEE0C0 (or 0xEEE0C0) is known color: Dutch White. HEX triplet: EE, E0 and C0. RGB value is (238,224,192). Sum of RGB (Red+Green+Blue) = 238+224+192=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 224 (87.89% from 255 or 34.25% from 654); Blue value is 192 (75.39% from 255 or 29.36% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE0C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE0C0 is #111F3F. Grayscale: #E0E0E0. Windows color (decimal): -1122112 or 12640494. OLE color: 12640494.
HSL color Cylindrical-coordinate representation of color #EEE0C0: hue angle of 41.74º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEE0C0 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 192 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.07 |
| HSL | 41.74º | 0.58% | 0.84% | - |
| HSV(B) | 41.74º | 0.19% | 0.93% | - |
| XYZ | 71.43 | 75.29 | 60.64 | - |
| YUV | 224.54 | 109.64 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 192 | 0 | 0.06 | 0.19 | 0.07 | 41.74 | 0.58 | 0.84 |
| Hex | EE | E0 | C0 | 0 | 6 | 13 | 7 | 2A | 3A | 54 |
| Octal | 356 | 340 | 300 | 0 | 6 | 23 | 7 | 52 | 72 | 124 |
| Binary | 11101110 | 11100000 | 11000000 | 0 | 110 | 10011 | 111 | 101010 | 111010 | 1010100 |
Color Harmonies of #EEE0C0
Complementary color
Monochromatic Colors of #EEE0C0
Black with #EEE0C0
Text Example
Text Example
White with #EEE0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE0C0; }
p { color: rgb(238,224,192); }
H1.HeaderClassName
{
color: #EEE0C0;
}
.AnyTagClassName
{
color: #EEE0C0;
}
</style>
background-color css
<style>
a { background-color: #EEE0C0; }
a { background-color: rgb(238,224,192); }
div.DivClassName
{
background-color: #EEE0C0;
}
.BgClassName
{
background-color: #EEE0C0;
}
</style>
border-color css
<style>
span { border-color: #EEE0C0; }
span { border-color: rgb(238,224,192); }
td.TdClassName
{
border-color: #EEE0C0;
}
.TagClassName
{
border-color: #EEE0C0;
}
</style>