Shades of Dutch White #EDDFBC
Tints of Dutch White #EDDFBC
RGB
CMYK
RGB Variations
Color information
#EDDFBC (or 0xEDDFBC) is known color: Dutch White. HEX triplet: ED, DF and BC. RGB value is (237,223,188). Sum of RGB (Red+Green+Blue) = 237+223+188=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 188 (73.83% from 255 or 29.01% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFBC is #122043. Grayscale: #DFDFDF. Windows color (decimal): -1187908 or 12378093. OLE color: 12378093.
HSL color Cylindrical-coordinate representation of color #EDDFBC: hue angle of 42.86º 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 #EDDFBC is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 188 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.07 |
| HSL | 42.86º | 0.58% | 0.83% | - |
| HSV(B) | 42.86º | 0.21% | 0.93% | - |
| XYZ | 70.39 | 74.41 | 58.23 | - |
| YUV | 223.2 | 108.14 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 188 | 0 | 0.06 | 0.21 | 0.07 | 42.86 | 0.58 | 0.83 |
| Hex | ED | DF | BC | 0 | 6 | 15 | 7 | 2B | 3A | 53 |
| Octal | 355 | 337 | 274 | 0 | 6 | 25 | 7 | 53 | 72 | 123 |
| Binary | 11101101 | 11011111 | 10111100 | 0 | 110 | 10101 | 111 | 101011 | 111010 | 1010011 |
Color Harmonies of #EDDFBC
Complementary color
Monochromatic Colors of #EDDFBC
Black with #EDDFBC
Text Example
Text Example
White with #EDDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDFBC; }
p { color: rgb(237,223,188); }
H1.HeaderClassName
{
color: #EDDFBC;
}
.AnyTagClassName
{
color: #EDDFBC;
}
</style>
background-color css
<style>
a { background-color: #EDDFBC; }
a { background-color: rgb(237,223,188); }
div.DivClassName
{
background-color: #EDDFBC;
}
.BgClassName
{
background-color: #EDDFBC;
}
</style>
border-color css
<style>
span { border-color: #EDDFBC; }
span { border-color: rgb(237,223,188); }
td.TdClassName
{
border-color: #EDDFBC;
}
.TagClassName
{
border-color: #EDDFBC;
}
</style>