Shades of Dutch White #EFDDBD
Tints of Dutch White #EFDDBD
RGB
CMYK
RGB Variations
Color information
#EFDDBD (or 0xEFDDBD) is known color: Dutch White. HEX triplet: EF, DD and BD. RGB value is (239,221,189). Sum of RGB (Red+Green+Blue) = 239+221+189=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 189 (74.22% from 255 or 29.12% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDBD is #102242. Grayscale: #DEDEDE. Windows color (decimal): -1057347 or 12443119. OLE color: 12443119.
HSL color Cylindrical-coordinate representation of color #EFDDBD: hue angle of 38.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFDDBD is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 189 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.06 |
| HSL | 38.4º | 0.61% | 0.84% | - |
| HSV(B) | 38.4º | 0.21% | 0.94% | - |
| XYZ | 70.64 | 73.74 | 58.65 | - |
| YUV | 222.73 | 108.96 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 189 | 0 | 0.08 | 0.21 | 0.06 | 38.4 | 0.61 | 0.84 |
| Hex | EF | DD | BD | 0 | 8 | 15 | 6 | 26 | 3D | 54 |
| Octal | 357 | 335 | 275 | 0 | 10 | 25 | 6 | 46 | 75 | 124 |
| Binary | 11101111 | 11011101 | 10111101 | 0 | 1000 | 10101 | 110 | 100110 | 111101 | 1010100 |
Color Harmonies of #EFDDBD
Complementary color
Monochromatic Colors of #EFDDBD
Black with #EFDDBD
Text Example
Text Example
White with #EFDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDBD; }
p { color: rgb(239,221,189); }
H1.HeaderClassName
{
color: #EFDDBD;
}
.AnyTagClassName
{
color: #EFDDBD;
}
</style>
background-color css
<style>
a { background-color: #EFDDBD; }
a { background-color: rgb(239,221,189); }
div.DivClassName
{
background-color: #EFDDBD;
}
.BgClassName
{
background-color: #EFDDBD;
}
</style>
border-color css
<style>
span { border-color: #EFDDBD; }
span { border-color: rgb(239,221,189); }
td.TdClassName
{
border-color: #EFDDBD;
}
.TagClassName
{
border-color: #EFDDBD;
}
</style>