Shades of Dutch White #EFDFBE
Tints of Dutch White #EFDFBE
RGB
CMYK
RGB Variations
Color information
#EFDFBE (or 0xEFDFBE) is known color: Dutch White. HEX triplet: EF, DF and BE. RGB value is (239,223,190). Sum of RGB (Red+Green+Blue) = 239+223+190=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 190 (74.61% from 255 or 29.14% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFBE is #102041. Grayscale: #E0E0E0. Windows color (decimal): -1056834 or 12509167. OLE color: 12509167.
HSL color Cylindrical-coordinate representation of color #EFDFBE: hue angle of 40.41º degrees, saturation: 0.6, 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 #EFDFBE is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 190 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.06 |
| HSL | 40.41º | 0.6% | 0.84% | - |
| HSV(B) | 40.41º | 0.21% | 0.94% | - |
| XYZ | 71.28 | 74.84 | 59.4 | - |
| YUV | 224.02 | 108.8 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 190 | 0 | 0.07 | 0.21 | 0.06 | 40.41 | 0.6 | 0.84 |
| Hex | EF | DF | BE | 0 | 7 | 15 | 6 | 28 | 3C | 54 |
| Octal | 357 | 337 | 276 | 0 | 7 | 25 | 6 | 50 | 74 | 124 |
| Binary | 11101111 | 11011111 | 10111110 | 0 | 111 | 10101 | 110 | 101000 | 111100 | 1010100 |
Color Harmonies of #EFDFBE
Complementary color
Monochromatic Colors of #EFDFBE
Black with #EFDFBE
Text Example
Text Example
White with #EFDFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFBE; }
p { color: rgb(239,223,190); }
H1.HeaderClassName
{
color: #EFDFBE;
}
.AnyTagClassName
{
color: #EFDFBE;
}
</style>
background-color css
<style>
a { background-color: #EFDFBE; }
a { background-color: rgb(239,223,190); }
div.DivClassName
{
background-color: #EFDFBE;
}
.BgClassName
{
background-color: #EFDFBE;
}
</style>
border-color css
<style>
span { border-color: #EFDFBE; }
span { border-color: rgb(239,223,190); }
td.TdClassName
{
border-color: #EFDFBE;
}
.TagClassName
{
border-color: #EFDFBE;
}
</style>