Shades of Dutch White #EFDFC0
Tints of Dutch White #EFDFC0
RGB
CMYK
RGB Variations
Color information
#EFDFC0 (or 0xEFDFC0) is known color: Dutch White. HEX triplet: EF, DF and C0. RGB value is (239,223,192). Sum of RGB (Red+Green+Blue) = 239+223+192=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 192 (75.39% from 255 or 29.36% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFC0 is #10203F. Grayscale: #E0E0E0. Windows color (decimal): -1056832 or 12640239. OLE color: 12640239.
HSL color Cylindrical-coordinate representation of color #EFDFC0: hue angle of 39.57º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFDFC0 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 192 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.06 |
| HSL | 39.57º | 0.59% | 0.85% | - |
| HSV(B) | 39.57º | 0.2% | 0.94% | - |
| XYZ | 71.5 | 74.93 | 60.56 | - |
| YUV | 224.25 | 109.8 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 192 | 0 | 0.07 | 0.20 | 0.06 | 39.57 | 0.59 | 0.85 |
| Hex | EF | DF | C0 | 0 | 7 | 14 | 6 | 28 | 3B | 55 |
| Octal | 357 | 337 | 300 | 0 | 7 | 24 | 6 | 50 | 73 | 125 |
| Binary | 11101111 | 11011111 | 11000000 | 0 | 111 | 10100 | 110 | 101000 | 111011 | 1010101 |
Color Harmonies of #EFDFC0
Complementary color
Monochromatic Colors of #EFDFC0
Black with #EFDFC0
Text Example
Text Example
White with #EFDFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFC0; }
p { color: rgb(239,223,192); }
H1.HeaderClassName
{
color: #EFDFC0;
}
.AnyTagClassName
{
color: #EFDFC0;
}
</style>
background-color css
<style>
a { background-color: #EFDFC0; }
a { background-color: rgb(239,223,192); }
div.DivClassName
{
background-color: #EFDFC0;
}
.BgClassName
{
background-color: #EFDFC0;
}
</style>
border-color css
<style>
span { border-color: #EFDFC0; }
span { border-color: rgb(239,223,192); }
td.TdClassName
{
border-color: #EFDFC0;
}
.TagClassName
{
border-color: #EFDFC0;
}
</style>