Shades of Dutch White #EFDDBA
Tints of Dutch White #EFDDBA
RGB
CMYK
RGB Variations
Color information
#EFDDBA (or 0xEFDDBA) is known color: Dutch White. HEX triplet: EF, DD and BA. RGB value is (239,221,186). Sum of RGB (Red+Green+Blue) = 239+221+186=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 186 (73.05% from 255 or 28.79% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDBA is #102245. Grayscale: #DEDEDE. Windows color (decimal): -1057350 or 12246511. OLE color: 12246511.
HSL color Cylindrical-coordinate representation of color #EFDDBA: hue angle of 39.62º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFDDBA is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 186 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.06 |
| HSL | 39.62º | 0.62% | 0.83% | - |
| HSV(B) | 39.62º | 0.22% | 0.94% | - |
| XYZ | 70.32 | 73.61 | 56.96 | - |
| YUV | 222.39 | 107.46 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 186 | 0 | 0.08 | 0.22 | 0.06 | 39.62 | 0.62 | 0.83 |
| Hex | EF | DD | BA | 0 | 8 | 16 | 6 | 28 | 3E | 53 |
| Octal | 357 | 335 | 272 | 0 | 10 | 26 | 6 | 50 | 76 | 123 |
| Binary | 11101111 | 11011101 | 10111010 | 0 | 1000 | 10110 | 110 | 101000 | 111110 | 1010011 |
Color Harmonies of #EFDDBA
Complementary color
Monochromatic Colors of #EFDDBA
Black with #EFDDBA
Text Example
Text Example
White with #EFDDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDBA; }
p { color: rgb(239,221,186); }
H1.HeaderClassName
{
color: #EFDDBA;
}
.AnyTagClassName
{
color: #EFDDBA;
}
</style>
background-color css
<style>
a { background-color: #EFDDBA; }
a { background-color: rgb(239,221,186); }
div.DivClassName
{
background-color: #EFDDBA;
}
.BgClassName
{
background-color: #EFDDBA;
}
</style>
border-color css
<style>
span { border-color: #EFDDBA; }
span { border-color: rgb(239,221,186); }
td.TdClassName
{
border-color: #EFDDBA;
}
.TagClassName
{
border-color: #EFDDBA;
}
</style>