Shades of Dutch White #EEDEBC
Tints of Dutch White #EEDEBC
RGB
CMYK
RGB Variations
Color information
#EEDEBC (or 0xEEDEBC) is known color: Dutch White. HEX triplet: EE, DE and BC. RGB value is (238,222,188). Sum of RGB (Red+Green+Blue) = 238+222+188=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 188 (73.83% from 255 or 29.01% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEBC is #112143. Grayscale: #DFDFDF. Windows color (decimal): -1122628 or 12377838. OLE color: 12377838.
HSL color Cylindrical-coordinate representation of color #EEDEBC: hue angle of 40.8º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEDEBC is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 188 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.07 |
| HSL | 40.8º | 0.6% | 0.84% | - |
| HSV(B) | 40.8º | 0.21% | 0.93% | - |
| XYZ | 70.46 | 74.05 | 58.16 | - |
| YUV | 222.91 | 108.3 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 188 | 0 | 0.07 | 0.21 | 0.07 | 40.8 | 0.6 | 0.84 |
| Hex | EE | DE | BC | 0 | 7 | 15 | 7 | 29 | 3C | 54 |
| Octal | 356 | 336 | 274 | 0 | 7 | 25 | 7 | 51 | 74 | 124 |
| Binary | 11101110 | 11011110 | 10111100 | 0 | 111 | 10101 | 111 | 101001 | 111100 | 1010100 |
Color Harmonies of #EEDEBC
Complementary color
Monochromatic Colors of #EEDEBC
Black with #EEDEBC
Text Example
Text Example
White with #EEDEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDEBC; }
p { color: rgb(238,222,188); }
H1.HeaderClassName
{
color: #EEDEBC;
}
.AnyTagClassName
{
color: #EEDEBC;
}
</style>
background-color css
<style>
a { background-color: #EEDEBC; }
a { background-color: rgb(238,222,188); }
div.DivClassName
{
background-color: #EEDEBC;
}
.BgClassName
{
background-color: #EEDEBC;
}
</style>
border-color css
<style>
span { border-color: #EEDEBC; }
span { border-color: rgb(238,222,188); }
td.TdClassName
{
border-color: #EEDEBC;
}
.TagClassName
{
border-color: #EEDEBC;
}
</style>