Shades of Dutch White #EEDDBD
Tints of Dutch White #EEDDBD
RGB
CMYK
RGB Variations
Color information
#EEDDBD (or 0xEEDDBD) is known color: Dutch White. HEX triplet: EE, DD and BD. RGB value is (238,221,189). Sum of RGB (Red+Green+Blue) = 238+221+189=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 189 (74.22% from 255 or 29.17% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDBD is #112242. Grayscale: #DEDEDE. Windows color (decimal): -1122883 or 12443118. OLE color: 12443118.
HSL color Cylindrical-coordinate representation of color #EEDDBD: hue angle of 39.18º 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 #EEDDBD is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 221 | 189 | - |
CMYK | 0 | 0.07 | 0.21 | 0.07 |
HSL | 39.18º | 0.59% | 0.84% | - |
HSV(B) | 39.18º | 0.21% | 0.93% | - |
XYZ | 70.3 | 73.56 | 58.64 | - |
YUV | 222.44 | 109.13 | 139.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 221 | 189 | 0 | 0.07 | 0.21 | 0.07 | 39.18 | 0.59 | 0.84 |
Hex | EE | DD | BD | 0 | 7 | 15 | 7 | 27 | 3B | 54 |
Octal | 356 | 335 | 275 | 0 | 7 | 25 | 7 | 47 | 73 | 124 |
Binary | 11101110 | 11011101 | 10111101 | 0 | 111 | 10101 | 111 | 100111 | 111011 | 1010100 |
Color Harmonies of #EEDDBD
Complementary color
Monochromatic Colors of #EEDDBD
Black with #EEDDBD
Text Example
Text Example
White with #EEDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDBD; }
p { color: rgb(238,221,189); }
H1.HeaderClassName
{
color: #EEDDBD;
}
.AnyTagClassName
{
color: #EEDDBD;
}
</style>
background-color css
<style>
a { background-color: #EEDDBD; }
a { background-color: rgb(238,221,189); }
div.DivClassName
{
background-color: #EEDDBD;
}
.BgClassName
{
background-color: #EEDDBD;
}
</style>
border-color css
<style>
span { border-color: #EEDDBD; }
span { border-color: rgb(238,221,189); }
td.TdClassName
{
border-color: #EEDDBD;
}
.TagClassName
{
border-color: #EEDDBD;
}
</style>