Shades of Dutch White #EEDCBD
Tints of Dutch White #EEDCBD
RGB
CMYK
RGB Variations
Color information
#EEDCBD (or 0xEEDCBD) is known color: Dutch White. HEX triplet: EE, DC and BD. RGB value is (238,220,189). Sum of RGB (Red+Green+Blue) = 238+220+189=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 189 (74.22% from 255 or 29.21% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCBD is #112342. Grayscale: #DDDDDD. Windows color (decimal): -1123139 or 12442862. OLE color: 12442862.
HSL color Cylindrical-coordinate representation of color #EEDCBD: hue angle of 37.96º degrees, saturation: 0.59, 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 #EEDCBD is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 189 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.07 |
| HSL | 37.96º | 0.59% | 0.84% | - |
| HSV(B) | 37.96º | 0.21% | 0.93% | - |
| XYZ | 70.04 | 73.04 | 58.55 | - |
| YUV | 221.85 | 109.46 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 189 | 0 | 0.08 | 0.21 | 0.07 | 37.96 | 0.59 | 0.84 |
| Hex | EE | DC | BD | 0 | 8 | 15 | 7 | 26 | 3B | 54 |
| Octal | 356 | 334 | 275 | 0 | 10 | 25 | 7 | 46 | 73 | 124 |
| Binary | 11101110 | 11011100 | 10111101 | 0 | 1000 | 10101 | 111 | 100110 | 111011 | 1010100 |
Color Harmonies of #EEDCBD
Complementary color
Monochromatic Colors of #EEDCBD
Black with #EEDCBD
Text Example
Text Example
White with #EEDCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCBD; }
p { color: rgb(238,220,189); }
H1.HeaderClassName
{
color: #EEDCBD;
}
.AnyTagClassName
{
color: #EEDCBD;
}
</style>
background-color css
<style>
a { background-color: #EEDCBD; }
a { background-color: rgb(238,220,189); }
div.DivClassName
{
background-color: #EEDCBD;
}
.BgClassName
{
background-color: #EEDCBD;
}
</style>
border-color css
<style>
span { border-color: #EEDCBD; }
span { border-color: rgb(238,220,189); }
td.TdClassName
{
border-color: #EEDCBD;
}
.TagClassName
{
border-color: #EEDCBD;
}
</style>