Shades of Dutch White #EFDFB8
Tints of Dutch White #EFDFB8
RGB
CMYK
RGB Variations
Color information
#EFDFB8 (or 0xEFDFB8) is known color: Dutch White. HEX triplet: EF, DF and B8. RGB value is (239,223,184). Sum of RGB (Red+Green+Blue) = 239+223+184=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 184 (72.27% from 255 or 28.48% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFB8 is #102047. Grayscale: #DFDFDF. Windows color (decimal): -1056840 or 12115951. OLE color: 12115951.
HSL color Cylindrical-coordinate representation of color #EFDFB8: hue angle of 42.55º degrees, saturation: 0.63, 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 #EFDFB8 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 184 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.06 |
| HSL | 42.55º | 0.63% | 0.83% | - |
| HSV(B) | 42.55º | 0.23% | 0.94% | - |
| XYZ | 70.64 | 74.59 | 56.02 | - |
| YUV | 223.34 | 105.8 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 184 | 0 | 0.07 | 0.23 | 0.06 | 42.55 | 0.63 | 0.83 |
| Hex | EF | DF | B8 | 0 | 7 | 17 | 6 | 2B | 3F | 53 |
| Octal | 357 | 337 | 270 | 0 | 7 | 27 | 6 | 53 | 77 | 123 |
| Binary | 11101111 | 11011111 | 10111000 | 0 | 111 | 10111 | 110 | 101011 | 111111 | 1010011 |
Color Harmonies of #EFDFB8
Complementary color
Monochromatic Colors of #EFDFB8
Black with #EFDFB8
Text Example
Text Example
White with #EFDFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFB8; }
p { color: rgb(239,223,184); }
H1.HeaderClassName
{
color: #EFDFB8;
}
.AnyTagClassName
{
color: #EFDFB8;
}
</style>
background-color css
<style>
a { background-color: #EFDFB8; }
a { background-color: rgb(239,223,184); }
div.DivClassName
{
background-color: #EFDFB8;
}
.BgClassName
{
background-color: #EFDFB8;
}
</style>
border-color css
<style>
span { border-color: #EFDFB8; }
span { border-color: rgb(239,223,184); }
td.TdClassName
{
border-color: #EFDFB8;
}
.TagClassName
{
border-color: #EFDFB8;
}
</style>