Shades of Dutch White #EFDDB6
Tints of Dutch White #EFDDB6
RGB
CMYK
RGB Variations
Color information
#EFDDB6 (or 0xEFDDB6) is known color: Dutch White. HEX triplet: EF, DD and B6. RGB value is (239,221,182). Sum of RGB (Red+Green+Blue) = 239+221+182=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 182 (71.48% from 255 or 28.35% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDB6 is #102249. Grayscale: #DEDEDE. Windows color (decimal): -1057354 or 11984367. OLE color: 11984367.
HSL color Cylindrical-coordinate representation of color #EFDDB6: hue angle of 41.05º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFDDB6 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 182 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.06 |
| HSL | 41.05º | 0.64% | 0.83% | - |
| HSV(B) | 41.05º | 0.24% | 0.94% | - |
| XYZ | 69.9 | 73.44 | 54.75 | - |
| YUV | 221.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 182 | 0 | 0.08 | 0.24 | 0.06 | 41.05 | 0.64 | 0.83 |
| Hex | EF | DD | B6 | 0 | 8 | 18 | 6 | 29 | 40 | 53 |
| Octal | 357 | 335 | 266 | 0 | 10 | 30 | 6 | 51 | 100 | 123 |
| Binary | 11101111 | 11011101 | 10110110 | 0 | 1000 | 11000 | 110 | 101001 | 1000000 | 1010011 |
Color Harmonies of #EFDDB6
Complementary color
Monochromatic Colors of #EFDDB6
Black with #EFDDB6
Text Example
Text Example
White with #EFDDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDB6; }
p { color: rgb(239,221,182); }
H1.HeaderClassName
{
color: #EFDDB6;
}
.AnyTagClassName
{
color: #EFDDB6;
}
</style>
background-color css
<style>
a { background-color: #EFDDB6; }
a { background-color: rgb(239,221,182); }
div.DivClassName
{
background-color: #EFDDB6;
}
.BgClassName
{
background-color: #EFDDB6;
}
</style>
border-color css
<style>
span { border-color: #EFDDB6; }
span { border-color: rgb(239,221,182); }
td.TdClassName
{
border-color: #EFDDB6;
}
.TagClassName
{
border-color: #EFDDB6;
}
</style>