Shades of Dutch White #EFDFB6
Tints of Dutch White #EFDFB6
RGB
CMYK
RGB Variations
Color information
#EFDFB6 (or 0xEFDFB6) is known color: Dutch White. HEX triplet: EF, DF and B6. RGB value is (239,223,182). Sum of RGB (Red+Green+Blue) = 239+223+182=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 182 (71.48% from 255 or 28.26% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFB6 is #102049. Grayscale: #DFDFDF. Windows color (decimal): -1056842 or 11984879. OLE color: 11984879.
HSL color Cylindrical-coordinate representation of color #EFDFB6: hue angle of 43.16º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFDFB6 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 182 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.06 |
| HSL | 43.16º | 0.64% | 0.83% | - |
| HSV(B) | 43.16º | 0.24% | 0.94% | - |
| XYZ | 70.43 | 74.5 | 54.92 | - |
| YUV | 223.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 182 | 0 | 0.07 | 0.24 | 0.06 | 43.16 | 0.64 | 0.83 |
| Hex | EF | DF | B6 | 0 | 7 | 18 | 6 | 2B | 40 | 53 |
| Octal | 357 | 337 | 266 | 0 | 7 | 30 | 6 | 53 | 100 | 123 |
| Binary | 11101111 | 11011111 | 10110110 | 0 | 111 | 11000 | 110 | 101011 | 1000000 | 1010011 |
Color Harmonies of #EFDFB6
Complementary color
Monochromatic Colors of #EFDFB6
Black with #EFDFB6
Text Example
Text Example
White with #EFDFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFB6; }
p { color: rgb(239,223,182); }
H1.HeaderClassName
{
color: #EFDFB6;
}
.AnyTagClassName
{
color: #EFDFB6;
}
</style>
background-color css
<style>
a { background-color: #EFDFB6; }
a { background-color: rgb(239,223,182); }
div.DivClassName
{
background-color: #EFDFB6;
}
.BgClassName
{
background-color: #EFDFB6;
}
</style>
border-color css
<style>
span { border-color: #EFDFB6; }
span { border-color: rgb(239,223,182); }
td.TdClassName
{
border-color: #EFDFB6;
}
.TagClassName
{
border-color: #EFDFB6;
}
</style>