Shades of Dutch White #EDE1BA
Tints of Dutch White #EDE1BA
RGB
CMYK
RGB Variations
Color information
#EDE1BA (or 0xEDE1BA) is known color: Dutch White. HEX triplet: ED, E1 and BA. RGB value is (237,225,186). Sum of RGB (Red+Green+Blue) = 237+225+186=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 225 (88.28% from 255 or 34.72% from 648); Blue value is 186 (73.05% from 255 or 28.70% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1BA is #121E45. Grayscale: #E0E0E0. Windows color (decimal): -1187398 or 12247533. OLE color: 12247533.
HSL color Cylindrical-coordinate representation of color #EDE1BA: hue angle of 45.88º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDE1BA is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 186 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.07 |
| HSL | 45.88º | 0.59% | 0.83% | - |
| HSV(B) | 45.88º | 0.22% | 0.93% | - |
| XYZ | 70.71 | 75.4 | 57.28 | - |
| YUV | 224.14 | 106.48 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 186 | 0 | 0.05 | 0.22 | 0.07 | 45.88 | 0.59 | 0.83 |
| Hex | ED | E1 | BA | 0 | 5 | 16 | 7 | 2E | 3B | 53 |
| Octal | 355 | 341 | 272 | 0 | 5 | 26 | 7 | 56 | 73 | 123 |
| Binary | 11101101 | 11100001 | 10111010 | 0 | 101 | 10110 | 111 | 101110 | 111011 | 1010011 |
Color Harmonies of #EDE1BA
Complementary color
Monochromatic Colors of #EDE1BA
Black with #EDE1BA
Text Example
Text Example
White with #EDE1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE1BA; }
p { color: rgb(237,225,186); }
H1.HeaderClassName
{
color: #EDE1BA;
}
.AnyTagClassName
{
color: #EDE1BA;
}
</style>
background-color css
<style>
a { background-color: #EDE1BA; }
a { background-color: rgb(237,225,186); }
div.DivClassName
{
background-color: #EDE1BA;
}
.BgClassName
{
background-color: #EDE1BA;
}
</style>
border-color css
<style>
span { border-color: #EDE1BA; }
span { border-color: rgb(237,225,186); }
td.TdClassName
{
border-color: #EDE1BA;
}
.TagClassName
{
border-color: #EDE1BA;
}
</style>