Shades of Dutch White #EFDDBE
Tints of Dutch White #EFDDBE
RGB
CMYK
RGB Variations
Color information
#EFDDBE (or 0xEFDDBE) is known color: Dutch White. HEX triplet: EF, DD and BE. RGB value is (239,221,190). Sum of RGB (Red+Green+Blue) = 239+221+190=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 190 (74.61% from 255 or 29.23% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDBE is #102241. Grayscale: #DEDEDE. Windows color (decimal): -1057346 or 12508655. OLE color: 12508655.
HSL color Cylindrical-coordinate representation of color #EFDDBE: hue angle of 37.96º 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 #EFDDBE is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 190 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.06 |
| HSL | 37.96º | 0.6% | 0.84% | - |
| HSV(B) | 37.96º | 0.21% | 0.94% | - |
| XYZ | 70.75 | 73.78 | 59.23 | - |
| YUV | 222.85 | 109.46 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 190 | 0 | 0.08 | 0.21 | 0.06 | 37.96 | 0.6 | 0.84 |
| Hex | EF | DD | BE | 0 | 8 | 15 | 6 | 26 | 3C | 54 |
| Octal | 357 | 335 | 276 | 0 | 10 | 25 | 6 | 46 | 74 | 124 |
| Binary | 11101111 | 11011101 | 10111110 | 0 | 1000 | 10101 | 110 | 100110 | 111100 | 1010100 |
Color Harmonies of #EFDDBE
Complementary color
Monochromatic Colors of #EFDDBE
Black with #EFDDBE
Text Example
Text Example
White with #EFDDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDBE; }
p { color: rgb(239,221,190); }
H1.HeaderClassName
{
color: #EFDDBE;
}
.AnyTagClassName
{
color: #EFDDBE;
}
</style>
background-color css
<style>
a { background-color: #EFDDBE; }
a { background-color: rgb(239,221,190); }
div.DivClassName
{
background-color: #EFDDBE;
}
.BgClassName
{
background-color: #EFDDBE;
}
</style>
border-color css
<style>
span { border-color: #EFDDBE; }
span { border-color: rgb(239,221,190); }
td.TdClassName
{
border-color: #EFDDBE;
}
.TagClassName
{
border-color: #EFDDBE;
}
</style>