Shades of Dutch White #EFDDBF
Tints of Dutch White #EFDDBF
RGB
CMYK
RGB Variations
Color information
#EFDDBF (or 0xEFDDBF) is known color: Dutch White. HEX triplet: EF, DD and BF. RGB value is (239,221,191). Sum of RGB (Red+Green+Blue) = 239+221+191=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 191 (75% from 255 or 29.34% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDBF is #102240. Grayscale: #DFDFDF. Windows color (decimal): -1057345 or 12574191. OLE color: 12574191.
HSL color Cylindrical-coordinate representation of color #EFDDBF: hue angle of 37.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFDDBF is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 191 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.06 |
| HSL | 37.5º | 0.6% | 0.84% | - |
| HSV(B) | 37.5º | 0.2% | 0.94% | - |
| XYZ | 70.86 | 73.83 | 59.81 | - |
| YUV | 222.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 191 | 0 | 0.08 | 0.20 | 0.06 | 37.5 | 0.6 | 0.84 |
| Hex | EF | DD | BF | 0 | 8 | 14 | 6 | 26 | 3C | 54 |
| Octal | 357 | 335 | 277 | 0 | 10 | 24 | 6 | 46 | 74 | 124 |
| Binary | 11101111 | 11011101 | 10111111 | 0 | 1000 | 10100 | 110 | 100110 | 111100 | 1010100 |
Color Harmonies of #EFDDBF
Complementary color
Monochromatic Colors of #EFDDBF
Black with #EFDDBF
Text Example
Text Example
White with #EFDDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDBF; }
p { color: rgb(239,221,191); }
H1.HeaderClassName
{
color: #EFDDBF;
}
.AnyTagClassName
{
color: #EFDDBF;
}
</style>
background-color css
<style>
a { background-color: #EFDDBF; }
a { background-color: rgb(239,221,191); }
div.DivClassName
{
background-color: #EFDDBF;
}
.BgClassName
{
background-color: #EFDDBF;
}
</style>
border-color css
<style>
span { border-color: #EFDDBF; }
span { border-color: rgb(239,221,191); }
td.TdClassName
{
border-color: #EFDDBF;
}
.TagClassName
{
border-color: #EFDDBF;
}
</style>