Shades of Dutch White #EDE0BD
Tints of Dutch White #EDE0BD
RGB
CMYK
RGB Variations
Color information
#EDE0BD (or 0xEDE0BD) is known color: Dutch White. HEX triplet: ED, E0 and BD. RGB value is (237,224,189). Sum of RGB (Red+Green+Blue) = 237+224+189=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 189 (74.22% from 255 or 29.08% from 650); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE0BD is #121F42. Grayscale: #E0E0E0. Windows color (decimal): -1187651 or 12443885. OLE color: 12443885.
HSL color Cylindrical-coordinate representation of color #EDE0BD: hue angle of 43.75º 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 #EDE0BD is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 189 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.07 |
| HSL | 43.75º | 0.57% | 0.84% | - |
| HSV(B) | 43.75º | 0.2% | 0.93% | - |
| XYZ | 70.77 | 74.99 | 58.89 | - |
| YUV | 223.9 | 108.31 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 189 | 0 | 0.05 | 0.20 | 0.07 | 43.75 | 0.57 | 0.84 |
| Hex | ED | E0 | BD | 0 | 5 | 14 | 7 | 2C | 39 | 54 |
| Octal | 355 | 340 | 275 | 0 | 5 | 24 | 7 | 54 | 71 | 124 |
| Binary | 11101101 | 11100000 | 10111101 | 0 | 101 | 10100 | 111 | 101100 | 111001 | 1010100 |
Color Harmonies of #EDE0BD
Complementary color
Monochromatic Colors of #EDE0BD
Black with #EDE0BD
Text Example
Text Example
White with #EDE0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE0BD; }
p { color: rgb(237,224,189); }
H1.HeaderClassName
{
color: #EDE0BD;
}
.AnyTagClassName
{
color: #EDE0BD;
}
</style>
background-color css
<style>
a { background-color: #EDE0BD; }
a { background-color: rgb(237,224,189); }
div.DivClassName
{
background-color: #EDE0BD;
}
.BgClassName
{
background-color: #EDE0BD;
}
</style>
border-color css
<style>
span { border-color: #EDE0BD; }
span { border-color: rgb(237,224,189); }
td.TdClassName
{
border-color: #EDE0BD;
}
.TagClassName
{
border-color: #EDE0BD;
}
</style>