Shades of Dutch White #EEDCBC
Tints of Dutch White #EEDCBC
RGB
CMYK
RGB Variations
Color information
#EEDCBC (or 0xEEDCBC) is known color: Dutch White. HEX triplet: EE, DC and BC. RGB value is (238,220,188). Sum of RGB (Red+Green+Blue) = 238+220+188=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 188 (73.83% from 255 or 29.10% from 646); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCBC is #112343. Grayscale: #DDDDDD. Windows color (decimal): -1123140 or 12377326. OLE color: 12377326.
HSL color Cylindrical-coordinate representation of color #EEDCBC: hue angle of 38.4º 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 #EEDCBC is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 188 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.07 |
| HSL | 38.4º | 0.6% | 0.84% | - |
| HSV(B) | 38.4º | 0.21% | 0.93% | - |
| XYZ | 69.93 | 72.99 | 57.98 | - |
| YUV | 221.73 | 108.96 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 188 | 0 | 0.08 | 0.21 | 0.07 | 38.4 | 0.6 | 0.84 |
| Hex | EE | DC | BC | 0 | 8 | 15 | 7 | 26 | 3C | 54 |
| Octal | 356 | 334 | 274 | 0 | 10 | 25 | 7 | 46 | 74 | 124 |
| Binary | 11101110 | 11011100 | 10111100 | 0 | 1000 | 10101 | 111 | 100110 | 111100 | 1010100 |
Color Harmonies of #EEDCBC
Complementary color
Monochromatic Colors of #EEDCBC
Black with #EEDCBC
Text Example
Text Example
White with #EEDCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCBC; }
p { color: rgb(238,220,188); }
H1.HeaderClassName
{
color: #EEDCBC;
}
.AnyTagClassName
{
color: #EEDCBC;
}
</style>
background-color css
<style>
a { background-color: #EEDCBC; }
a { background-color: rgb(238,220,188); }
div.DivClassName
{
background-color: #EEDCBC;
}
.BgClassName
{
background-color: #EEDCBC;
}
</style>
border-color css
<style>
span { border-color: #EEDCBC; }
span { border-color: rgb(238,220,188); }
td.TdClassName
{
border-color: #EEDCBC;
}
.TagClassName
{
border-color: #EEDCBC;
}
</style>