Shades of Dutch White #EDDFBD
Tints of Dutch White #EDDFBD
RGB
CMYK
RGB Variations
Color information
#EDDFBD (or 0xEDDFBD) is known color: Dutch White. HEX triplet: ED, DF and BD. RGB value is (237,223,189). Sum of RGB (Red+Green+Blue) = 237+223+189=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 189 (74.22% from 255 or 29.12% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFBD is #122042. Grayscale: #DFDFDF. Windows color (decimal): -1187907 or 12443629. OLE color: 12443629.
HSL color Cylindrical-coordinate representation of color #EDDFBD: hue angle of 42.5º 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 #EDDFBD is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 189 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.07 |
| HSL | 42.5º | 0.57% | 0.84% | - |
| HSV(B) | 42.5º | 0.2% | 0.93% | - |
| XYZ | 70.5 | 74.45 | 58.8 | - |
| YUV | 223.31 | 108.64 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 189 | 0 | 0.06 | 0.20 | 0.07 | 42.5 | 0.57 | 0.84 |
| Hex | ED | DF | BD | 0 | 6 | 14 | 7 | 2A | 39 | 54 |
| Octal | 355 | 337 | 275 | 0 | 6 | 24 | 7 | 52 | 71 | 124 |
| Binary | 11101101 | 11011111 | 10111101 | 0 | 110 | 10100 | 111 | 101010 | 111001 | 1010100 |
Color Harmonies of #EDDFBD
Complementary color
Monochromatic Colors of #EDDFBD
Black with #EDDFBD
Text Example
Text Example
White with #EDDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDFBD; }
p { color: rgb(237,223,189); }
H1.HeaderClassName
{
color: #EDDFBD;
}
.AnyTagClassName
{
color: #EDDFBD;
}
</style>
background-color css
<style>
a { background-color: #EDDFBD; }
a { background-color: rgb(237,223,189); }
div.DivClassName
{
background-color: #EDDFBD;
}
.BgClassName
{
background-color: #EDDFBD;
}
</style>
border-color css
<style>
span { border-color: #EDDFBD; }
span { border-color: rgb(237,223,189); }
td.TdClassName
{
border-color: #EDDFBD;
}
.TagClassName
{
border-color: #EDDFBD;
}
</style>