Shades of Dutch White #EFDCBD
Tints of Dutch White #EFDCBD
RGB
CMYK
RGB Variations
Color information
#EFDCBD (or 0xEFDCBD) is known color: Dutch White. HEX triplet: EF, DC and BD. RGB value is (239,220,189). Sum of RGB (Red+Green+Blue) = 239+220+189=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 189 (74.22% from 255 or 29.17% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCBD is #102342. Grayscale: #DEDEDE. Windows color (decimal): -1057603 or 12442863. OLE color: 12442863.
HSL color Cylindrical-coordinate representation of color #EFDCBD: hue angle of 37.2º 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 #EFDCBD is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 189 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.06 |
| HSL | 37.2º | 0.61% | 0.84% | - |
| HSV(B) | 37.2º | 0.21% | 0.94% | - |
| XYZ | 70.38 | 73.21 | 58.57 | - |
| YUV | 222.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 189 | 0 | 0.08 | 0.21 | 0.06 | 37.2 | 0.61 | 0.84 |
| Hex | EF | DC | BD | 0 | 8 | 15 | 6 | 25 | 3D | 54 |
| Octal | 357 | 334 | 275 | 0 | 10 | 25 | 6 | 45 | 75 | 124 |
| Binary | 11101111 | 11011100 | 10111101 | 0 | 1000 | 10101 | 110 | 100101 | 111101 | 1010100 |
Color Harmonies of #EFDCBD
Complementary color
Monochromatic Colors of #EFDCBD
Black with #EFDCBD
Text Example
Text Example
White with #EFDCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCBD; }
p { color: rgb(239,220,189); }
H1.HeaderClassName
{
color: #EFDCBD;
}
.AnyTagClassName
{
color: #EFDCBD;
}
</style>
background-color css
<style>
a { background-color: #EFDCBD; }
a { background-color: rgb(239,220,189); }
div.DivClassName
{
background-color: #EFDCBD;
}
.BgClassName
{
background-color: #EFDCBD;
}
</style>
border-color css
<style>
span { border-color: #EFDCBD; }
span { border-color: rgb(239,220,189); }
td.TdClassName
{
border-color: #EFDCBD;
}
.TagClassName
{
border-color: #EFDCBD;
}
</style>