Shades of Dutch White #ECE1B6
Tints of Dutch White #ECE1B6
RGB
CMYK
RGB Variations
Color information
#ECE1B6 (or 0xECE1B6) is known color: Dutch White. HEX triplet: EC, E1 and B6. RGB value is (236,225,182). Sum of RGB (Red+Green+Blue) = 236+225+182=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 225 (88.28% from 255 or 34.99% from 643); Blue value is 182 (71.48% from 255 or 28.30% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1B6 is #131E49. Grayscale: #DFDFDF. Windows color (decimal): -1252938 or 11985388. OLE color: 11985388.
HSL color Cylindrical-coordinate representation of color #ECE1B6: hue angle of 47.78º 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 #ECE1B6 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 182 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.07 |
| HSL | 47.78º | 0.59% | 0.82% | - |
| HSV(B) | 47.78º | 0.23% | 0.93% | - |
| XYZ | 69.96 | 75.06 | 55.06 | - |
| YUV | 223.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 182 | 0 | 0.05 | 0.23 | 0.07 | 47.78 | 0.59 | 0.82 |
| Hex | EC | E1 | B6 | 0 | 5 | 17 | 7 | 30 | 3B | 52 |
| Octal | 354 | 341 | 266 | 0 | 5 | 27 | 7 | 60 | 73 | 122 |
| Binary | 11101100 | 11100001 | 10110110 | 0 | 101 | 10111 | 111 | 110000 | 111011 | 1010010 |
Color Harmonies of #ECE1B6
Complementary color
Monochromatic Colors of #ECE1B6
Black with #ECE1B6
Text Example
Text Example
White with #ECE1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1B6; }
p { color: rgb(236,225,182); }
H1.HeaderClassName
{
color: #ECE1B6;
}
.AnyTagClassName
{
color: #ECE1B6;
}
</style>
background-color css
<style>
a { background-color: #ECE1B6; }
a { background-color: rgb(236,225,182); }
div.DivClassName
{
background-color: #ECE1B6;
}
.BgClassName
{
background-color: #ECE1B6;
}
</style>
border-color css
<style>
span { border-color: #ECE1B6; }
span { border-color: rgb(236,225,182); }
td.TdClassName
{
border-color: #ECE1B6;
}
.TagClassName
{
border-color: #ECE1B6;
}
</style>