Shades of Dutch White #ECDDB6
Tints of Dutch White #ECDDB6
RGB
CMYK
RGB Variations
Color information
#ECDDB6 (or 0xECDDB6) is known color: Dutch White. HEX triplet: EC, DD and B6. RGB value is (236,221,182). Sum of RGB (Red+Green+Blue) = 236+221+182=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 182 (71.48% from 255 or 28.48% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDB6 is #132249. Grayscale: #DDDDDD. Windows color (decimal): -1253962 or 11984364. OLE color: 11984364.
HSL color Cylindrical-coordinate representation of color #ECDDB6: hue angle of 43.33º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECDDB6 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 182 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.07 |
| HSL | 43.33º | 0.59% | 0.82% | - |
| HSV(B) | 43.33º | 0.23% | 0.93% | - |
| XYZ | 68.89 | 72.92 | 54.7 | - |
| YUV | 221.04 | 105.97 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 182 | 0 | 0.06 | 0.23 | 0.07 | 43.33 | 0.59 | 0.82 |
| Hex | EC | DD | B6 | 0 | 6 | 17 | 7 | 2B | 3B | 52 |
| Octal | 354 | 335 | 266 | 0 | 6 | 27 | 7 | 53 | 73 | 122 |
| Binary | 11101100 | 11011101 | 10110110 | 0 | 110 | 10111 | 111 | 101011 | 111011 | 1010010 |
Color Harmonies of #ECDDB6
Complementary color
Monochromatic Colors of #ECDDB6
Black with #ECDDB6
Text Example
Text Example
White with #ECDDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDB6; }
p { color: rgb(236,221,182); }
H1.HeaderClassName
{
color: #ECDDB6;
}
.AnyTagClassName
{
color: #ECDDB6;
}
</style>
background-color css
<style>
a { background-color: #ECDDB6; }
a { background-color: rgb(236,221,182); }
div.DivClassName
{
background-color: #ECDDB6;
}
.BgClassName
{
background-color: #ECDDB6;
}
</style>
border-color css
<style>
span { border-color: #ECDDB6; }
span { border-color: rgb(236,221,182); }
td.TdClassName
{
border-color: #ECDDB6;
}
.TagClassName
{
border-color: #ECDDB6;
}
</style>