Shades of Dutch White #EFDEBD
Tints of Dutch White #EFDEBD
RGB
CMYK
RGB Variations
Color information
#EFDEBD (or 0xEFDEBD) is known color: Dutch White. HEX triplet: EF, DE and BD. RGB value is (239,222,189). Sum of RGB (Red+Green+Blue) = 239+222+189=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 189 (74.22% from 255 or 29.08% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEBD is #102142. Grayscale: #DFDFDF. Windows color (decimal): -1057091 or 12443375. OLE color: 12443375.
HSL color Cylindrical-coordinate representation of color #EFDEBD: hue angle of 39.6º degrees, saturation: 0.61, 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 #EFDEBD is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 189 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.06 |
| HSL | 39.6º | 0.61% | 0.84% | - |
| HSV(B) | 39.6º | 0.21% | 0.94% | - |
| XYZ | 70.9 | 74.27 | 58.74 | - |
| YUV | 223.32 | 108.63 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 189 | 0 | 0.07 | 0.21 | 0.06 | 39.6 | 0.61 | 0.84 |
| Hex | EF | DE | BD | 0 | 7 | 15 | 6 | 28 | 3D | 54 |
| Octal | 357 | 336 | 275 | 0 | 7 | 25 | 6 | 50 | 75 | 124 |
| Binary | 11101111 | 11011110 | 10111101 | 0 | 111 | 10101 | 110 | 101000 | 111101 | 1010100 |
Color Harmonies of #EFDEBD
Complementary color
Monochromatic Colors of #EFDEBD
Black with #EFDEBD
Text Example
Text Example
White with #EFDEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEBD; }
p { color: rgb(239,222,189); }
H1.HeaderClassName
{
color: #EFDEBD;
}
.AnyTagClassName
{
color: #EFDEBD;
}
</style>
background-color css
<style>
a { background-color: #EFDEBD; }
a { background-color: rgb(239,222,189); }
div.DivClassName
{
background-color: #EFDEBD;
}
.BgClassName
{
background-color: #EFDEBD;
}
</style>
border-color css
<style>
span { border-color: #EFDEBD; }
span { border-color: rgb(239,222,189); }
td.TdClassName
{
border-color: #EFDEBD;
}
.TagClassName
{
border-color: #EFDEBD;
}
</style>