Shades of Dutch White #EFDCBB
Tints of Dutch White #EFDCBB
RGB
CMYK
RGB Variations
Color information
#EFDCBB (or 0xEFDCBB) is known color: Dutch White. HEX triplet: EF, DC and BB. RGB value is (239,220,187). Sum of RGB (Red+Green+Blue) = 239+220+187=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 187 (73.44% from 255 or 28.95% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCBB is #102344. Grayscale: #DEDEDE. Windows color (decimal): -1057605 or 12311791. OLE color: 12311791.
HSL color Cylindrical-coordinate representation of color #EFDCBB: hue angle of 38.08º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFDCBB is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 187 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.06 |
| HSL | 38.08º | 0.62% | 0.84% | - |
| HSV(B) | 38.08º | 0.22% | 0.94% | - |
| XYZ | 70.16 | 73.12 | 57.43 | - |
| YUV | 221.92 | 108.29 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 187 | 0 | 0.08 | 0.22 | 0.06 | 38.08 | 0.62 | 0.84 |
| Hex | EF | DC | BB | 0 | 8 | 16 | 6 | 26 | 3E | 54 |
| Octal | 357 | 334 | 273 | 0 | 10 | 26 | 6 | 46 | 76 | 124 |
| Binary | 11101111 | 11011100 | 10111011 | 0 | 1000 | 10110 | 110 | 100110 | 111110 | 1010100 |
Color Harmonies of #EFDCBB
Complementary color
Monochromatic Colors of #EFDCBB
Black with #EFDCBB
Text Example
Text Example
White with #EFDCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCBB; }
p { color: rgb(239,220,187); }
H1.HeaderClassName
{
color: #EFDCBB;
}
.AnyTagClassName
{
color: #EFDCBB;
}
</style>
background-color css
<style>
a { background-color: #EFDCBB; }
a { background-color: rgb(239,220,187); }
div.DivClassName
{
background-color: #EFDCBB;
}
.BgClassName
{
background-color: #EFDCBB;
}
</style>
border-color css
<style>
span { border-color: #EFDCBB; }
span { border-color: rgb(239,220,187); }
td.TdClassName
{
border-color: #EFDCBB;
}
.TagClassName
{
border-color: #EFDCBB;
}
</style>