Shades of Dutch White #EFDDBC
Tints of Dutch White #EFDDBC
RGB
CMYK
RGB Variations
Color information
#EFDDBC (or 0xEFDDBC) is known color: Dutch White. HEX triplet: EF, DD and BC. RGB value is (239,221,188). Sum of RGB (Red+Green+Blue) = 239+221+188=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 188 (73.83% from 255 or 29.01% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDBC is #102243. Grayscale: #DEDEDE. Windows color (decimal): -1057348 or 12377583. OLE color: 12377583.
HSL color Cylindrical-coordinate representation of color #EFDDBC: hue angle of 38.82º 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 #EFDDBC is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 188 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.06 |
| HSL | 38.82º | 0.61% | 0.84% | - |
| HSV(B) | 38.82º | 0.21% | 0.94% | - |
| XYZ | 70.53 | 73.69 | 58.08 | - |
| YUV | 222.62 | 108.46 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 188 | 0 | 0.08 | 0.21 | 0.06 | 38.82 | 0.61 | 0.84 |
| Hex | EF | DD | BC | 0 | 8 | 15 | 6 | 27 | 3D | 54 |
| Octal | 357 | 335 | 274 | 0 | 10 | 25 | 6 | 47 | 75 | 124 |
| Binary | 11101111 | 11011101 | 10111100 | 0 | 1000 | 10101 | 110 | 100111 | 111101 | 1010100 |
Color Harmonies of #EFDDBC
Complementary color
Monochromatic Colors of #EFDDBC
Black with #EFDDBC
Text Example
Text Example
White with #EFDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDBC; }
p { color: rgb(239,221,188); }
H1.HeaderClassName
{
color: #EFDDBC;
}
.AnyTagClassName
{
color: #EFDDBC;
}
</style>
background-color css
<style>
a { background-color: #EFDDBC; }
a { background-color: rgb(239,221,188); }
div.DivClassName
{
background-color: #EFDDBC;
}
.BgClassName
{
background-color: #EFDDBC;
}
</style>
border-color css
<style>
span { border-color: #EFDDBC; }
span { border-color: rgb(239,221,188); }
td.TdClassName
{
border-color: #EFDDBC;
}
.TagClassName
{
border-color: #EFDDBC;
}
</style>