Shades of Dutch White #EFDFBC
Tints of Dutch White #EFDFBC
RGB
CMYK
RGB Variations
Color information
#EFDFBC (or 0xEFDFBC) is known color: Dutch White. HEX triplet: EF, DF and BC. RGB value is (239,223,188). Sum of RGB (Red+Green+Blue) = 239+223+188=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 188 (73.83% from 255 or 28.92% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFBC is #102043. Grayscale: #DFDFDF. Windows color (decimal): -1056836 or 12378095. OLE color: 12378095.
HSL color Cylindrical-coordinate representation of color #EFDFBC: hue angle of 41.18º 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 #EFDFBC is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 188 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.06 |
| HSL | 41.18º | 0.61% | 0.84% | - |
| HSV(B) | 41.18º | 0.21% | 0.94% | - |
| XYZ | 71.06 | 74.76 | 58.26 | - |
| YUV | 223.79 | 107.8 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 188 | 0 | 0.07 | 0.21 | 0.06 | 41.18 | 0.61 | 0.84 |
| Hex | EF | DF | BC | 0 | 7 | 15 | 6 | 29 | 3D | 54 |
| Octal | 357 | 337 | 274 | 0 | 7 | 25 | 6 | 51 | 75 | 124 |
| Binary | 11101111 | 11011111 | 10111100 | 0 | 111 | 10101 | 110 | 101001 | 111101 | 1010100 |
Color Harmonies of #EFDFBC
Complementary color
Monochromatic Colors of #EFDFBC
Black with #EFDFBC
Text Example
Text Example
White with #EFDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFBC; }
p { color: rgb(239,223,188); }
H1.HeaderClassName
{
color: #EFDFBC;
}
.AnyTagClassName
{
color: #EFDFBC;
}
</style>
background-color css
<style>
a { background-color: #EFDFBC; }
a { background-color: rgb(239,223,188); }
div.DivClassName
{
background-color: #EFDFBC;
}
.BgClassName
{
background-color: #EFDFBC;
}
</style>
border-color css
<style>
span { border-color: #EFDFBC; }
span { border-color: rgb(239,223,188); }
td.TdClassName
{
border-color: #EFDFBC;
}
.TagClassName
{
border-color: #EFDFBC;
}
</style>