Shades of Dutch White #EFDFB5
Tints of Dutch White #EFDFB5
RGB
CMYK
RGB Variations
Color information
#EFDFB5 (or 0xEFDFB5) is known color: Dutch White. HEX triplet: EF, DF and B5. RGB value is (239,223,181). Sum of RGB (Red+Green+Blue) = 239+223+181=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 181 (71.09% from 255 or 28.15% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFB5 is #10204A. Grayscale: #DFDFDF. Windows color (decimal): -1056843 or 11919343. OLE color: 11919343.
HSL color Cylindrical-coordinate representation of color #EFDFB5: hue angle of 43.45º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFDFB5 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 181 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.06 |
| HSL | 43.45º | 0.64% | 0.82% | - |
| HSV(B) | 43.45º | 0.24% | 0.94% | - |
| XYZ | 70.32 | 74.46 | 54.38 | - |
| YUV | 223 | 104.3 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 181 | 0 | 0.07 | 0.24 | 0.06 | 43.45 | 0.64 | 0.82 |
| Hex | EF | DF | B5 | 0 | 7 | 18 | 6 | 2B | 40 | 52 |
| Octal | 357 | 337 | 265 | 0 | 7 | 30 | 6 | 53 | 100 | 122 |
| Binary | 11101111 | 11011111 | 10110101 | 0 | 111 | 11000 | 110 | 101011 | 1000000 | 1010010 |
Color Harmonies of #EFDFB5
Complementary color
Monochromatic Colors of #EFDFB5
Black with #EFDFB5
Text Example
Text Example
White with #EFDFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFB5; }
p { color: rgb(239,223,181); }
H1.HeaderClassName
{
color: #EFDFB5;
}
.AnyTagClassName
{
color: #EFDFB5;
}
</style>
background-color css
<style>
a { background-color: #EFDFB5; }
a { background-color: rgb(239,223,181); }
div.DivClassName
{
background-color: #EFDFB5;
}
.BgClassName
{
background-color: #EFDFB5;
}
</style>
border-color css
<style>
span { border-color: #EFDFB5; }
span { border-color: rgb(239,223,181); }
td.TdClassName
{
border-color: #EFDFB5;
}
.TagClassName
{
border-color: #EFDFB5;
}
</style>