Shades of Dutch White #EEDFBD
Tints of Dutch White #EEDFBD
RGB
CMYK
RGB Variations
Color information
#EEDFBD (or 0xEEDFBD) is known color: Dutch White. HEX triplet: EE, DF and BD. RGB value is (238,223,189). Sum of RGB (Red+Green+Blue) = 238+223+189=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 189 (74.22% from 255 or 29.08% from 650); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFBD is #112042. Grayscale: #DFDFDF. Windows color (decimal): -1122371 or 12443630. OLE color: 12443630.
HSL color Cylindrical-coordinate representation of color #EEDFBD: hue angle of 41.63º 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 #EEDFBD is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 223 | 189 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.07 |
| HSL | 41.63º | 0.59% | 0.84% | - |
| HSV(B) | 41.63º | 0.21% | 0.93% | - |
| XYZ | 70.83 | 74.63 | 58.82 | - |
| YUV | 223.61 | 108.47 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 223 | 189 | 0 | 0.06 | 0.21 | 0.07 | 41.63 | 0.59 | 0.84 |
| Hex | EE | DF | BD | 0 | 6 | 15 | 7 | 2A | 3B | 54 |
| Octal | 356 | 337 | 275 | 0 | 6 | 25 | 7 | 52 | 73 | 124 |
| Binary | 11101110 | 11011111 | 10111101 | 0 | 110 | 10101 | 111 | 101010 | 111011 | 1010100 |
Color Harmonies of #EEDFBD
Complementary color
Monochromatic Colors of #EEDFBD
Black with #EEDFBD
Text Example
Text Example
White with #EEDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDFBD; }
p { color: rgb(238,223,189); }
H1.HeaderClassName
{
color: #EEDFBD;
}
.AnyTagClassName
{
color: #EEDFBD;
}
</style>
background-color css
<style>
a { background-color: #EEDFBD; }
a { background-color: rgb(238,223,189); }
div.DivClassName
{
background-color: #EEDFBD;
}
.BgClassName
{
background-color: #EEDFBD;
}
</style>
border-color css
<style>
span { border-color: #EEDFBD; }
span { border-color: rgb(238,223,189); }
td.TdClassName
{
border-color: #EEDFBD;
}
.TagClassName
{
border-color: #EEDFBD;
}
</style>