Shades of Dutch White #ECDDBA
Tints of Dutch White #ECDDBA
RGB
CMYK
RGB Variations
Color information
#ECDDBA (or 0xECDDBA) is known color: Dutch White. HEX triplet: EC, DD and BA. RGB value is (236,221,186). Sum of RGB (Red+Green+Blue) = 236+221+186=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 186 (73.05% from 255 or 28.93% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDBA is #132245. Grayscale: #DDDDDD. Windows color (decimal): -1253958 or 12246508. OLE color: 12246508.
HSL color Cylindrical-coordinate representation of color #ECDDBA: hue angle of 42º 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 #ECDDBA is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 186 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.07 |
| HSL | 42º | 0.57% | 0.83% | - |
| HSV(B) | 42º | 0.21% | 0.93% | - |
| XYZ | 69.31 | 73.09 | 56.91 | - |
| YUV | 221.5 | 107.97 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 186 | 0 | 0.06 | 0.21 | 0.07 | 42 | 0.57 | 0.83 |
| Hex | EC | DD | BA | 0 | 6 | 15 | 7 | 2A | 39 | 53 |
| Octal | 354 | 335 | 272 | 0 | 6 | 25 | 7 | 52 | 71 | 123 |
| Binary | 11101100 | 11011101 | 10111010 | 0 | 110 | 10101 | 111 | 101010 | 111001 | 1010011 |
Color Harmonies of #ECDDBA
Complementary color
Monochromatic Colors of #ECDDBA
Black with #ECDDBA
Text Example
Text Example
White with #ECDDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDBA; }
p { color: rgb(236,221,186); }
H1.HeaderClassName
{
color: #ECDDBA;
}
.AnyTagClassName
{
color: #ECDDBA;
}
</style>
background-color css
<style>
a { background-color: #ECDDBA; }
a { background-color: rgb(236,221,186); }
div.DivClassName
{
background-color: #ECDDBA;
}
.BgClassName
{
background-color: #ECDDBA;
}
</style>
border-color css
<style>
span { border-color: #ECDDBA; }
span { border-color: rgb(236,221,186); }
td.TdClassName
{
border-color: #ECDDBA;
}
.TagClassName
{
border-color: #ECDDBA;
}
</style>