Shades of Dutch White #EDDDBE
Tints of Dutch White #EDDDBE
RGB
CMYK
RGB Variations
Color information
#EDDDBE (or 0xEDDDBE) is known color: Dutch White. HEX triplet: ED, DD and BE. RGB value is (237,221,190). Sum of RGB (Red+Green+Blue) = 237+221+190=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 190 (74.61% from 255 or 29.32% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDBE is #122241. Grayscale: #DEDEDE. Windows color (decimal): -1188418 or 12508653. OLE color: 12508653.
HSL color Cylindrical-coordinate representation of color #EDDDBE: hue angle of 39.57º 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 #EDDDBE is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 190 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.07 |
| HSL | 39.57º | 0.57% | 0.84% | - |
| HSV(B) | 39.57º | 0.2% | 0.93% | - |
| XYZ | 70.08 | 73.44 | 59.2 | - |
| YUV | 222.25 | 109.8 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 190 | 0 | 0.07 | 0.20 | 0.07 | 39.57 | 0.57 | 0.84 |
| Hex | ED | DD | BE | 0 | 7 | 14 | 7 | 28 | 39 | 54 |
| Octal | 355 | 335 | 276 | 0 | 7 | 24 | 7 | 50 | 71 | 124 |
| Binary | 11101101 | 11011101 | 10111110 | 0 | 111 | 10100 | 111 | 101000 | 111001 | 1010100 |
Color Harmonies of #EDDDBE
Complementary color
Monochromatic Colors of #EDDDBE
Black with #EDDDBE
Text Example
Text Example
White with #EDDDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDBE; }
p { color: rgb(237,221,190); }
H1.HeaderClassName
{
color: #EDDDBE;
}
.AnyTagClassName
{
color: #EDDDBE;
}
</style>
background-color css
<style>
a { background-color: #EDDDBE; }
a { background-color: rgb(237,221,190); }
div.DivClassName
{
background-color: #EDDDBE;
}
.BgClassName
{
background-color: #EDDDBE;
}
</style>
border-color css
<style>
span { border-color: #EDDDBE; }
span { border-color: rgb(237,221,190); }
td.TdClassName
{
border-color: #EDDDBE;
}
.TagClassName
{
border-color: #EDDDBE;
}
</style>