Shades of Dutch White #EEDDB7
Tints of Dutch White #EEDDB7
RGB
CMYK
RGB Variations
Color information
#EEDDB7 (or 0xEEDDB7) is known color: Dutch White. HEX triplet: EE, DD and B7. RGB value is (238,221,183). Sum of RGB (Red+Green+Blue) = 238+221+183=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 183 (71.88% from 255 or 28.50% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDB7 is #112248. Grayscale: #DDDDDD. Windows color (decimal): -1122889 or 12049902. OLE color: 12049902.
HSL color Cylindrical-coordinate representation of color #EEDDB7: hue angle of 41.45º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEDDB7 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 183 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.07 |
| HSL | 41.45º | 0.62% | 0.83% | - |
| HSV(B) | 41.45º | 0.23% | 0.93% | - |
| XYZ | 69.66 | 73.31 | 55.28 | - |
| YUV | 221.75 | 106.13 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 183 | 0 | 0.07 | 0.23 | 0.07 | 41.45 | 0.62 | 0.83 |
| Hex | EE | DD | B7 | 0 | 7 | 17 | 7 | 29 | 3E | 53 |
| Octal | 356 | 335 | 267 | 0 | 7 | 27 | 7 | 51 | 76 | 123 |
| Binary | 11101110 | 11011101 | 10110111 | 0 | 111 | 10111 | 111 | 101001 | 111110 | 1010011 |
Color Harmonies of #EEDDB7
Complementary color
Monochromatic Colors of #EEDDB7
Black with #EEDDB7
Text Example
Text Example
White with #EEDDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDB7; }
p { color: rgb(238,221,183); }
H1.HeaderClassName
{
color: #EEDDB7;
}
.AnyTagClassName
{
color: #EEDDB7;
}
</style>
background-color css
<style>
a { background-color: #EEDDB7; }
a { background-color: rgb(238,221,183); }
div.DivClassName
{
background-color: #EEDDB7;
}
.BgClassName
{
background-color: #EEDDB7;
}
</style>
border-color css
<style>
span { border-color: #EEDDB7; }
span { border-color: rgb(238,221,183); }
td.TdClassName
{
border-color: #EEDDB7;
}
.TagClassName
{
border-color: #EEDDB7;
}
</style>