Shades of Dutch White #EEDFBC
Tints of Dutch White #EEDFBC
RGB
CMYK
RGB Variations
Color information
#EEDFBC (or 0xEEDFBC) is known color: Dutch White. HEX triplet: EE, DF and BC. RGB value is (238,223,188). Sum of RGB (Red+Green+Blue) = 238+223+188=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 188 (73.83% from 255 or 28.97% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFBC is #112043. Grayscale: #DFDFDF. Windows color (decimal): -1122372 or 12378094. OLE color: 12378094.
HSL color Cylindrical-coordinate representation of color #EEDFBC: hue angle of 42º 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 #EEDFBC is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 223 | 188 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.07 |
| HSL | 42º | 0.6% | 0.84% | - |
| HSV(B) | 42º | 0.21% | 0.93% | - |
| XYZ | 70.72 | 74.58 | 58.25 | - |
| YUV | 223.5 | 107.97 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 223 | 188 | 0 | 0.06 | 0.21 | 0.07 | 42 | 0.6 | 0.84 |
| Hex | EE | DF | BC | 0 | 6 | 15 | 7 | 2A | 3C | 54 |
| Octal | 356 | 337 | 274 | 0 | 6 | 25 | 7 | 52 | 74 | 124 |
| Binary | 11101110 | 11011111 | 10111100 | 0 | 110 | 10101 | 111 | 101010 | 111100 | 1010100 |
Color Harmonies of #EEDFBC
Complementary color
Monochromatic Colors of #EEDFBC
Black with #EEDFBC
Text Example
Text Example
White with #EEDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDFBC; }
p { color: rgb(238,223,188); }
H1.HeaderClassName
{
color: #EEDFBC;
}
.AnyTagClassName
{
color: #EEDFBC;
}
</style>
background-color css
<style>
a { background-color: #EEDFBC; }
a { background-color: rgb(238,223,188); }
div.DivClassName
{
background-color: #EEDFBC;
}
.BgClassName
{
background-color: #EEDFBC;
}
</style>
border-color css
<style>
span { border-color: #EEDFBC; }
span { border-color: rgb(238,223,188); }
td.TdClassName
{
border-color: #EEDFBC;
}
.TagClassName
{
border-color: #EEDFBC;
}
</style>