Shades of Dutch White #EFDFC1
Tints of Dutch White #EFDFC1
RGB
CMYK
RGB Variations
Color information
#EFDFC1 (or 0xEFDFC1) is known color: Dutch White. HEX triplet: EF, DF and C1. RGB value is (239,223,193). Sum of RGB (Red+Green+Blue) = 239+223+193=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 193 (75.78% from 255 or 29.47% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFC1 is #10203E. Grayscale: #E0E0E0. Windows color (decimal): -1056831 or 12705775. OLE color: 12705775.
HSL color Cylindrical-coordinate representation of color #EFDFC1: hue angle of 39.13º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFDFC1 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 193 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.06 |
| HSL | 39.13º | 0.59% | 0.85% | - |
| HSV(B) | 39.13º | 0.19% | 0.94% | - |
| XYZ | 71.61 | 74.98 | 61.15 | - |
| YUV | 224.36 | 110.3 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 193 | 0 | 0.07 | 0.19 | 0.06 | 39.13 | 0.59 | 0.85 |
| Hex | EF | DF | C1 | 0 | 7 | 13 | 6 | 27 | 3B | 55 |
| Octal | 357 | 337 | 301 | 0 | 7 | 23 | 6 | 47 | 73 | 125 |
| Binary | 11101111 | 11011111 | 11000001 | 0 | 111 | 10011 | 110 | 100111 | 111011 | 1010101 |
Color Harmonies of #EFDFC1
Complementary color
Monochromatic Colors of #EFDFC1
Black with #EFDFC1
Text Example
Text Example
White with #EFDFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFC1; }
p { color: rgb(239,223,193); }
H1.HeaderClassName
{
color: #EFDFC1;
}
.AnyTagClassName
{
color: #EFDFC1;
}
</style>
background-color css
<style>
a { background-color: #EFDFC1; }
a { background-color: rgb(239,223,193); }
div.DivClassName
{
background-color: #EFDFC1;
}
.BgClassName
{
background-color: #EFDFC1;
}
</style>
border-color css
<style>
span { border-color: #EFDFC1; }
span { border-color: rgb(239,223,193); }
td.TdClassName
{
border-color: #EFDFC1;
}
.TagClassName
{
border-color: #EFDFC1;
}
</style>