Shades of Dutch White #EFDEBE
Tints of Dutch White #EFDEBE
RGB
CMYK
RGB Variations
Color information
#EFDEBE (or 0xEFDEBE) is known color: Dutch White. HEX triplet: EF, DE and BE. RGB value is (239,222,190). Sum of RGB (Red+Green+Blue) = 239+222+190=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 190 (74.61% from 255 or 29.19% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEBE is #102141. Grayscale: #DFDFDF. Windows color (decimal): -1057090 or 12508911. OLE color: 12508911.
HSL color Cylindrical-coordinate representation of color #EFDEBE: hue angle of 39.18º 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 #EFDEBE is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 190 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.06 |
| HSL | 39.18º | 0.6% | 0.84% | - |
| HSV(B) | 39.18º | 0.21% | 0.94% | - |
| XYZ | 71.01 | 74.31 | 59.32 | - |
| YUV | 223.44 | 109.13 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 190 | 0 | 0.07 | 0.21 | 0.06 | 39.18 | 0.6 | 0.84 |
| Hex | EF | DE | BE | 0 | 7 | 15 | 6 | 27 | 3C | 54 |
| Octal | 357 | 336 | 276 | 0 | 7 | 25 | 6 | 47 | 74 | 124 |
| Binary | 11101111 | 11011110 | 10111110 | 0 | 111 | 10101 | 110 | 100111 | 111100 | 1010100 |
Color Harmonies of #EFDEBE
Complementary color
Monochromatic Colors of #EFDEBE
Black with #EFDEBE
Text Example
Text Example
White with #EFDEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEBE; }
p { color: rgb(239,222,190); }
H1.HeaderClassName
{
color: #EFDEBE;
}
.AnyTagClassName
{
color: #EFDEBE;
}
</style>
background-color css
<style>
a { background-color: #EFDEBE; }
a { background-color: rgb(239,222,190); }
div.DivClassName
{
background-color: #EFDEBE;
}
.BgClassName
{
background-color: #EFDEBE;
}
</style>
border-color css
<style>
span { border-color: #EFDEBE; }
span { border-color: rgb(239,222,190); }
td.TdClassName
{
border-color: #EFDEBE;
}
.TagClassName
{
border-color: #EFDEBE;
}
</style>