Shades of Dutch White #EDDEBD
Tints of Dutch White #EDDEBD
RGB
CMYK
RGB Variations
Color information
#EDDEBD (or 0xEDDEBD) is known color: Dutch White. HEX triplet: ED, DE and BD. RGB value is (237,222,189). Sum of RGB (Red+Green+Blue) = 237+222+189=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 189 (74.22% from 255 or 29.17% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDEBD is #122142. Grayscale: #DEDEDE. Windows color (decimal): -1188163 or 12443373. OLE color: 12443373.
HSL color Cylindrical-coordinate representation of color #EDDEBD: hue angle of 41.25º degrees, saturation: 0.57, 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 #EDDEBD is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 222 | 189 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.07 |
| HSL | 41.25º | 0.57% | 0.84% | - |
| HSV(B) | 41.25º | 0.2% | 0.93% | - |
| XYZ | 70.23 | 73.92 | 58.71 | - |
| YUV | 222.72 | 108.97 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 222 | 189 | 0 | 0.06 | 0.20 | 0.07 | 41.25 | 0.57 | 0.84 |
| Hex | ED | DE | BD | 0 | 6 | 14 | 7 | 29 | 39 | 54 |
| Octal | 355 | 336 | 275 | 0 | 6 | 24 | 7 | 51 | 71 | 124 |
| Binary | 11101101 | 11011110 | 10111101 | 0 | 110 | 10100 | 111 | 101001 | 111001 | 1010100 |
Color Harmonies of #EDDEBD
Complementary color
Monochromatic Colors of #EDDEBD
Black with #EDDEBD
Text Example
Text Example
White with #EDDEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDEBD; }
p { color: rgb(237,222,189); }
H1.HeaderClassName
{
color: #EDDEBD;
}
.AnyTagClassName
{
color: #EDDEBD;
}
</style>
background-color css
<style>
a { background-color: #EDDEBD; }
a { background-color: rgb(237,222,189); }
div.DivClassName
{
background-color: #EDDEBD;
}
.BgClassName
{
background-color: #EDDEBD;
}
</style>
border-color css
<style>
span { border-color: #EDDEBD; }
span { border-color: rgb(237,222,189); }
td.TdClassName
{
border-color: #EDDEBD;
}
.TagClassName
{
border-color: #EDDEBD;
}
</style>