Shades of Dutch White #EDDDBB
Tints of Dutch White #EDDDBB
RGB
CMYK
RGB Variations
Color information
#EDDDBB (or 0xEDDDBB) is known color: Dutch White. HEX triplet: ED, DD and BB. RGB value is (237,221,187). Sum of RGB (Red+Green+Blue) = 237+221+187=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 187 (73.44% from 255 or 28.99% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDBB is #122244. Grayscale: #DEDEDE. Windows color (decimal): -1188421 or 12312045. OLE color: 12312045.
HSL color Cylindrical-coordinate representation of color #EDDDBB: hue angle of 40.8º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDDDBB is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 187 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.07 |
| HSL | 40.8º | 0.58% | 0.83% | - |
| HSV(B) | 40.8º | 0.21% | 0.93% | - |
| XYZ | 69.75 | 73.31 | 57.49 | - |
| YUV | 221.91 | 108.3 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 187 | 0 | 0.07 | 0.21 | 0.07 | 40.8 | 0.58 | 0.83 |
| Hex | ED | DD | BB | 0 | 7 | 15 | 7 | 29 | 3A | 53 |
| Octal | 355 | 335 | 273 | 0 | 7 | 25 | 7 | 51 | 72 | 123 |
| Binary | 11101101 | 11011101 | 10111011 | 0 | 111 | 10101 | 111 | 101001 | 111010 | 1010011 |
Color Harmonies of #EDDDBB
Complementary color
Monochromatic Colors of #EDDDBB
Black with #EDDDBB
Text Example
Text Example
White with #EDDDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDBB; }
p { color: rgb(237,221,187); }
H1.HeaderClassName
{
color: #EDDDBB;
}
.AnyTagClassName
{
color: #EDDDBB;
}
</style>
background-color css
<style>
a { background-color: #EDDDBB; }
a { background-color: rgb(237,221,187); }
div.DivClassName
{
background-color: #EDDDBB;
}
.BgClassName
{
background-color: #EDDDBB;
}
</style>
border-color css
<style>
span { border-color: #EDDDBB; }
span { border-color: rgb(237,221,187); }
td.TdClassName
{
border-color: #EDDDBB;
}
.TagClassName
{
border-color: #EDDDBB;
}
</style>