Shades of Dutch White #ECDCBA
Tints of Dutch White #ECDCBA
RGB
CMYK
RGB Variations
Color information
#ECDCBA (or 0xECDCBA) is known color: Dutch White. HEX triplet: EC, DC and BA. RGB value is (236,220,186). Sum of RGB (Red+Green+Blue) = 236+220+186=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCBA is #132345. Grayscale: #DDDDDD. Windows color (decimal): -1254214 or 12246252. OLE color: 12246252.
HSL color Cylindrical-coordinate representation of color #ECDCBA: hue angle of 40.8º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECDCBA is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 186 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.07 |
| HSL | 40.8º | 0.57% | 0.83% | - |
| HSV(B) | 40.8º | 0.21% | 0.93% | - |
| XYZ | 69.05 | 72.56 | 56.82 | - |
| YUV | 220.91 | 108.3 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 186 | 0 | 0.07 | 0.21 | 0.07 | 40.8 | 0.57 | 0.83 |
| Hex | EC | DC | BA | 0 | 7 | 15 | 7 | 29 | 39 | 53 |
| Octal | 354 | 334 | 272 | 0 | 7 | 25 | 7 | 51 | 71 | 123 |
| Binary | 11101100 | 11011100 | 10111010 | 0 | 111 | 10101 | 111 | 101001 | 111001 | 1010011 |
Color Harmonies of #ECDCBA
Complementary color
Monochromatic Colors of #ECDCBA
Black with #ECDCBA
Text Example
Text Example
White with #ECDCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDCBA; }
p { color: rgb(236,220,186); }
H1.HeaderClassName
{
color: #ECDCBA;
}
.AnyTagClassName
{
color: #ECDCBA;
}
</style>
background-color css
<style>
a { background-color: #ECDCBA; }
a { background-color: rgb(236,220,186); }
div.DivClassName
{
background-color: #ECDCBA;
}
.BgClassName
{
background-color: #ECDCBA;
}
</style>
border-color css
<style>
span { border-color: #ECDCBA; }
span { border-color: rgb(236,220,186); }
td.TdClassName
{
border-color: #ECDCBA;
}
.TagClassName
{
border-color: #ECDCBA;
}
</style>