Shades of Dutch White #EDDDB7
Tints of Dutch White #EDDDB7
RGB
CMYK
RGB Variations
Color information
#EDDDB7 (or 0xEDDDB7) is known color: Dutch White. HEX triplet: ED, DD and B7. RGB value is (237,221,183). Sum of RGB (Red+Green+Blue) = 237+221+183=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 183 (71.88% from 255 or 28.55% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDB7 is #122248. Grayscale: #DDDDDD. Windows color (decimal): -1188425 or 12049901. OLE color: 12049901.
HSL color Cylindrical-coordinate representation of color #EDDDB7: hue angle of 42.22º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDDDB7 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 183 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.07 |
| HSL | 42.22º | 0.6% | 0.82% | - |
| HSV(B) | 42.22º | 0.23% | 0.93% | - |
| XYZ | 69.33 | 73.14 | 55.26 | - |
| YUV | 221.45 | 106.3 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 183 | 0 | 0.07 | 0.23 | 0.07 | 42.22 | 0.6 | 0.82 |
| Hex | ED | DD | B7 | 0 | 7 | 17 | 7 | 2A | 3C | 52 |
| Octal | 355 | 335 | 267 | 0 | 7 | 27 | 7 | 52 | 74 | 122 |
| Binary | 11101101 | 11011101 | 10110111 | 0 | 111 | 10111 | 111 | 101010 | 111100 | 1010010 |
Color Harmonies of #EDDDB7
Complementary color
Monochromatic Colors of #EDDDB7
Black with #EDDDB7
Text Example
Text Example
White with #EDDDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDB7; }
p { color: rgb(237,221,183); }
H1.HeaderClassName
{
color: #EDDDB7;
}
.AnyTagClassName
{
color: #EDDDB7;
}
</style>
background-color css
<style>
a { background-color: #EDDDB7; }
a { background-color: rgb(237,221,183); }
div.DivClassName
{
background-color: #EDDDB7;
}
.BgClassName
{
background-color: #EDDDB7;
}
</style>
border-color css
<style>
span { border-color: #EDDDB7; }
span { border-color: rgb(237,221,183); }
td.TdClassName
{
border-color: #EDDDB7;
}
.TagClassName
{
border-color: #EDDDB7;
}
</style>