Shades of Dutch White #EEDFBE
Tints of Dutch White #EEDFBE
RGB
CMYK
RGB Variations
Color information
#EEDFBE (or 0xEEDFBE) is known color: Dutch White. HEX triplet: EE, DF and BE. RGB value is (238,223,190). Sum of RGB (Red+Green+Blue) = 238+223+190=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 190 (74.61% from 255 or 29.19% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFBE is #112041. Grayscale: #DFDFDF. Windows color (decimal): -1122370 or 12509166. OLE color: 12509166.
HSL color Cylindrical-coordinate representation of color #EEDFBE: hue angle of 41.25º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEDFBE is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 223 | 190 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.07 |
| HSL | 41.25º | 0.59% | 0.84% | - |
| HSV(B) | 41.25º | 0.2% | 0.93% | - |
| XYZ | 70.94 | 74.67 | 59.39 | - |
| YUV | 223.72 | 108.97 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 223 | 190 | 0 | 0.06 | 0.20 | 0.07 | 41.25 | 0.59 | 0.84 |
| Hex | EE | DF | BE | 0 | 6 | 14 | 7 | 29 | 3B | 54 |
| Octal | 356 | 337 | 276 | 0 | 6 | 24 | 7 | 51 | 73 | 124 |
| Binary | 11101110 | 11011111 | 10111110 | 0 | 110 | 10100 | 111 | 101001 | 111011 | 1010100 |
Color Harmonies of #EEDFBE
Complementary color
Monochromatic Colors of #EEDFBE
Black with #EEDFBE
Text Example
Text Example
White with #EEDFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDFBE; }
p { color: rgb(238,223,190); }
H1.HeaderClassName
{
color: #EEDFBE;
}
.AnyTagClassName
{
color: #EEDFBE;
}
</style>
background-color css
<style>
a { background-color: #EEDFBE; }
a { background-color: rgb(238,223,190); }
div.DivClassName
{
background-color: #EEDFBE;
}
.BgClassName
{
background-color: #EEDFBE;
}
</style>
border-color css
<style>
span { border-color: #EEDFBE; }
span { border-color: rgb(238,223,190); }
td.TdClassName
{
border-color: #EEDFBE;
}
.TagClassName
{
border-color: #EEDFBE;
}
</style>