Shades of Dutch White #EEDDBC
Tints of Dutch White #EEDDBC
RGB
CMYK
RGB Variations
Color information
#EEDDBC (or 0xEEDDBC) is known color: Dutch White. HEX triplet: EE, DD and BC. RGB value is (238,221,188). Sum of RGB (Red+Green+Blue) = 238+221+188=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 188 (73.83% from 255 or 29.06% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDBC is #112243. Grayscale: #DEDEDE. Windows color (decimal): -1122884 or 12377582. OLE color: 12377582.
HSL color Cylindrical-coordinate representation of color #EEDDBC: hue angle of 39.6º 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 #EEDDBC is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 188 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.07 |
| HSL | 39.6º | 0.6% | 0.84% | - |
| HSV(B) | 39.6º | 0.21% | 0.93% | - |
| XYZ | 70.19 | 73.52 | 58.07 | - |
| YUV | 222.32 | 108.63 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 188 | 0 | 0.07 | 0.21 | 0.07 | 39.6 | 0.6 | 0.84 |
| Hex | EE | DD | BC | 0 | 7 | 15 | 7 | 28 | 3C | 54 |
| Octal | 356 | 335 | 274 | 0 | 7 | 25 | 7 | 50 | 74 | 124 |
| Binary | 11101110 | 11011101 | 10111100 | 0 | 111 | 10101 | 111 | 101000 | 111100 | 1010100 |
Color Harmonies of #EEDDBC
Complementary color
Monochromatic Colors of #EEDDBC
Black with #EEDDBC
Text Example
Text Example
White with #EEDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDBC; }
p { color: rgb(238,221,188); }
H1.HeaderClassName
{
color: #EEDDBC;
}
.AnyTagClassName
{
color: #EEDDBC;
}
</style>
background-color css
<style>
a { background-color: #EEDDBC; }
a { background-color: rgb(238,221,188); }
div.DivClassName
{
background-color: #EEDDBC;
}
.BgClassName
{
background-color: #EEDDBC;
}
</style>
border-color css
<style>
span { border-color: #EEDDBC; }
span { border-color: rgb(238,221,188); }
td.TdClassName
{
border-color: #EEDDBC;
}
.TagClassName
{
border-color: #EEDDBC;
}
</style>