Shades of Dutch White #EDDDB9
Tints of Dutch White #EDDDB9
RGB
CMYK
RGB Variations
Color information
#EDDDB9 (or 0xEDDDB9) is known color: Dutch White. HEX triplet: ED, DD and B9. RGB value is (237,221,185). Sum of RGB (Red+Green+Blue) = 237+221+185=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 185 (72.66% from 255 or 28.77% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDB9 is #122246. Grayscale: #DDDDDD. Windows color (decimal): -1188423 or 12180973. OLE color: 12180973.
HSL color Cylindrical-coordinate representation of color #EDDDB9: hue angle of 41.54º 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 #EDDDB9 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 185 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.07 |
| HSL | 41.54º | 0.59% | 0.83% | - |
| HSV(B) | 41.54º | 0.22% | 0.93% | - |
| XYZ | 69.54 | 73.22 | 56.37 | - |
| YUV | 221.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 185 | 0 | 0.07 | 0.22 | 0.07 | 41.54 | 0.59 | 0.83 |
| Hex | ED | DD | B9 | 0 | 7 | 16 | 7 | 2A | 3B | 53 |
| Octal | 355 | 335 | 271 | 0 | 7 | 26 | 7 | 52 | 73 | 123 |
| Binary | 11101101 | 11011101 | 10111001 | 0 | 111 | 10110 | 111 | 101010 | 111011 | 1010011 |
Color Harmonies of #EDDDB9
Complementary color
Monochromatic Colors of #EDDDB9
Black with #EDDDB9
Text Example
Text Example
White with #EDDDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDB9; }
p { color: rgb(237,221,185); }
H1.HeaderClassName
{
color: #EDDDB9;
}
.AnyTagClassName
{
color: #EDDDB9;
}
</style>
background-color css
<style>
a { background-color: #EDDDB9; }
a { background-color: rgb(237,221,185); }
div.DivClassName
{
background-color: #EDDDB9;
}
.BgClassName
{
background-color: #EDDDB9;
}
</style>
border-color css
<style>
span { border-color: #EDDDB9; }
span { border-color: rgb(237,221,185); }
td.TdClassName
{
border-color: #EDDDB9;
}
.TagClassName
{
border-color: #EDDDB9;
}
</style>