Shades of Dutch White #EEDDBA
Tints of Dutch White #EEDDBA
RGB
CMYK
RGB Variations
Color information
#EEDDBA (or 0xEEDDBA) is known color: Dutch White. HEX triplet: EE, DD and BA. RGB value is (238,221,186). Sum of RGB (Red+Green+Blue) = 238+221+186=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 186 (73.05% from 255 or 28.84% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDBA is #112245. Grayscale: #DEDEDE. Windows color (decimal): -1122886 or 12246510. OLE color: 12246510.
HSL color Cylindrical-coordinate representation of color #EEDDBA: hue angle of 40.38º degrees, saturation: 0.6, 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 #EEDDBA is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 186 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.07 |
| HSL | 40.38º | 0.6% | 0.83% | - |
| HSV(B) | 40.38º | 0.22% | 0.93% | - |
| XYZ | 69.98 | 73.44 | 56.94 | - |
| YUV | 222.09 | 107.63 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 186 | 0 | 0.07 | 0.22 | 0.07 | 40.38 | 0.6 | 0.83 |
| Hex | EE | DD | BA | 0 | 7 | 16 | 7 | 28 | 3C | 53 |
| Octal | 356 | 335 | 272 | 0 | 7 | 26 | 7 | 50 | 74 | 123 |
| Binary | 11101110 | 11011101 | 10111010 | 0 | 111 | 10110 | 111 | 101000 | 111100 | 1010011 |
Color Harmonies of #EEDDBA
Complementary color
Monochromatic Colors of #EEDDBA
Black with #EEDDBA
Text Example
Text Example
White with #EEDDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDBA; }
p { color: rgb(238,221,186); }
H1.HeaderClassName
{
color: #EEDDBA;
}
.AnyTagClassName
{
color: #EEDDBA;
}
</style>
background-color css
<style>
a { background-color: #EEDDBA; }
a { background-color: rgb(238,221,186); }
div.DivClassName
{
background-color: #EEDDBA;
}
.BgClassName
{
background-color: #EEDDBA;
}
</style>
border-color css
<style>
span { border-color: #EEDDBA; }
span { border-color: rgb(238,221,186); }
td.TdClassName
{
border-color: #EEDDBA;
}
.TagClassName
{
border-color: #EEDDBA;
}
</style>