Shades of Dutch White #EFDEB7
Tints of Dutch White #EFDEB7
RGB
CMYK
RGB Variations
Color information
#EFDEB7 (or 0xEFDEB7) is known color: Dutch White. HEX triplet: EF, DE and B7. RGB value is (239,222,183). Sum of RGB (Red+Green+Blue) = 239+222+183=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 183 (71.88% from 255 or 28.42% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEB7 is #102148. Grayscale: #DEDEDE. Windows color (decimal): -1057097 or 12050159. OLE color: 12050159.
HSL color Cylindrical-coordinate representation of color #EFDEB7: hue angle of 41.79º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFDEB7 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 183 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.06 |
| HSL | 41.79º | 0.64% | 0.83% | - |
| HSV(B) | 41.79º | 0.23% | 0.94% | - |
| XYZ | 70.27 | 74.01 | 55.38 | - |
| YUV | 222.64 | 105.63 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 183 | 0 | 0.07 | 0.23 | 0.06 | 41.79 | 0.64 | 0.83 |
| Hex | EF | DE | B7 | 0 | 7 | 17 | 6 | 2A | 40 | 53 |
| Octal | 357 | 336 | 267 | 0 | 7 | 27 | 6 | 52 | 100 | 123 |
| Binary | 11101111 | 11011110 | 10110111 | 0 | 111 | 10111 | 110 | 101010 | 1000000 | 1010011 |
Color Harmonies of #EFDEB7
Complementary color
Monochromatic Colors of #EFDEB7
Black with #EFDEB7
Text Example
Text Example
White with #EFDEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEB7; }
p { color: rgb(239,222,183); }
H1.HeaderClassName
{
color: #EFDEB7;
}
.AnyTagClassName
{
color: #EFDEB7;
}
</style>
background-color css
<style>
a { background-color: #EFDEB7; }
a { background-color: rgb(239,222,183); }
div.DivClassName
{
background-color: #EFDEB7;
}
.BgClassName
{
background-color: #EFDEB7;
}
</style>
border-color css
<style>
span { border-color: #EFDEB7; }
span { border-color: rgb(239,222,183); }
td.TdClassName
{
border-color: #EFDEB7;
}
.TagClassName
{
border-color: #EFDEB7;
}
</style>