Shades of Dutch White #EEDEB8
Tints of Dutch White #EEDEB8
RGB
CMYK
RGB Variations
Color information
#EEDEB8 (or 0xEEDEB8) is known color: Dutch White. HEX triplet: EE, DE and B8. RGB value is (238,222,184). Sum of RGB (Red+Green+Blue) = 238+222+184=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 184 (72.27% from 255 or 28.57% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEB8 is #112147. Grayscale: #DEDEDE. Windows color (decimal): -1122632 or 12115694. OLE color: 12115694.
HSL color Cylindrical-coordinate representation of color #EEDEB8: hue angle of 42.22º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEDEB8 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 184 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.07 |
| HSL | 42.22º | 0.61% | 0.83% | - |
| HSV(B) | 42.22º | 0.23% | 0.93% | - |
| XYZ | 70.03 | 73.88 | 55.92 | - |
| YUV | 222.45 | 106.3 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 184 | 0 | 0.07 | 0.23 | 0.07 | 42.22 | 0.61 | 0.83 |
| Hex | EE | DE | B8 | 0 | 7 | 17 | 7 | 2A | 3D | 53 |
| Octal | 356 | 336 | 270 | 0 | 7 | 27 | 7 | 52 | 75 | 123 |
| Binary | 11101110 | 11011110 | 10111000 | 0 | 111 | 10111 | 111 | 101010 | 111101 | 1010011 |
Color Harmonies of #EEDEB8
Complementary color
Monochromatic Colors of #EEDEB8
Black with #EEDEB8
Text Example
Text Example
White with #EEDEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDEB8; }
p { color: rgb(238,222,184); }
H1.HeaderClassName
{
color: #EEDEB8;
}
.AnyTagClassName
{
color: #EEDEB8;
}
</style>
background-color css
<style>
a { background-color: #EEDEB8; }
a { background-color: rgb(238,222,184); }
div.DivClassName
{
background-color: #EEDEB8;
}
.BgClassName
{
background-color: #EEDEB8;
}
</style>
border-color css
<style>
span { border-color: #EEDEB8; }
span { border-color: rgb(238,222,184); }
td.TdClassName
{
border-color: #EEDEB8;
}
.TagClassName
{
border-color: #EEDEB8;
}
</style>