Shades of Dutch White #EEE0C2
Tints of Dutch White #EEE0C2
RGB
CMYK
RGB Variations
Color information
#EEE0C2 (or 0xEEE0C2) is known color: Dutch White. HEX triplet: EE, E0 and C2. RGB value is (238,224,194). Sum of RGB (Red+Green+Blue) = 238+224+194=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 224 (87.89% from 255 or 34.15% from 656); Blue value is 194 (76.17% from 255 or 29.57% from 656); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE0C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE0C2 is #111F3D. Grayscale: #E0E0E0. Windows color (decimal): -1122110 or 12771566. OLE color: 12771566.
HSL color Cylindrical-coordinate representation of color #EEE0C2: hue angle of 40.91º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEE0C2 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 194 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.07 |
| HSL | 40.91º | 0.56% | 0.85% | - |
| HSV(B) | 40.91º | 0.18% | 0.93% | - |
| XYZ | 71.65 | 75.38 | 61.81 | - |
| YUV | 224.77 | 110.64 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 194 | 0 | 0.06 | 0.18 | 0.07 | 40.91 | 0.56 | 0.85 |
| Hex | EE | E0 | C2 | 0 | 6 | 12 | 7 | 29 | 38 | 55 |
| Octal | 356 | 340 | 302 | 0 | 6 | 22 | 7 | 51 | 70 | 125 |
| Binary | 11101110 | 11100000 | 11000010 | 0 | 110 | 10010 | 111 | 101001 | 111000 | 1010101 |
Color Harmonies of #EEE0C2
Complementary color
Monochromatic Colors of #EEE0C2
Black with #EEE0C2
Text Example
Text Example
White with #EEE0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE0C2; }
p { color: rgb(238,224,194); }
H1.HeaderClassName
{
color: #EEE0C2;
}
.AnyTagClassName
{
color: #EEE0C2;
}
</style>
background-color css
<style>
a { background-color: #EEE0C2; }
a { background-color: rgb(238,224,194); }
div.DivClassName
{
background-color: #EEE0C2;
}
.BgClassName
{
background-color: #EEE0C2;
}
</style>
border-color css
<style>
span { border-color: #EEE0C2; }
span { border-color: rgb(238,224,194); }
td.TdClassName
{
border-color: #EEE0C2;
}
.TagClassName
{
border-color: #EEE0C2;
}
</style>