Shades of Dutch White #ECE0B5
Tints of Dutch White #ECE0B5
RGB
CMYK
RGB Variations
Color information
#ECE0B5 (or 0xECE0B5) is known color: Dutch White. HEX triplet: EC, E0 and B5. RGB value is (236,224,181). Sum of RGB (Red+Green+Blue) = 236+224+181=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 181 (71.09% from 255 or 28.24% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE0B5 is #131F4A. Grayscale: #DEDEDE. Windows color (decimal): -1253195 or 11919596. OLE color: 11919596.
HSL color Cylindrical-coordinate representation of color #ECE0B5: hue angle of 46.91º 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 #ECE0B5 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 181 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.07 |
| HSL | 46.91º | 0.59% | 0.82% | - |
| HSV(B) | 46.91º | 0.23% | 0.93% | - |
| XYZ | 69.59 | 74.48 | 54.42 | - |
| YUV | 222.69 | 104.48 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 181 | 0 | 0.05 | 0.23 | 0.07 | 46.91 | 0.59 | 0.82 |
| Hex | EC | E0 | B5 | 0 | 5 | 17 | 7 | 2F | 3B | 52 |
| Octal | 354 | 340 | 265 | 0 | 5 | 27 | 7 | 57 | 73 | 122 |
| Binary | 11101100 | 11100000 | 10110101 | 0 | 101 | 10111 | 111 | 101111 | 111011 | 1010010 |
Color Harmonies of #ECE0B5
Complementary color
Monochromatic Colors of #ECE0B5
Black with #ECE0B5
Text Example
Text Example
White with #ECE0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE0B5; }
p { color: rgb(236,224,181); }
H1.HeaderClassName
{
color: #ECE0B5;
}
.AnyTagClassName
{
color: #ECE0B5;
}
</style>
background-color css
<style>
a { background-color: #ECE0B5; }
a { background-color: rgb(236,224,181); }
div.DivClassName
{
background-color: #ECE0B5;
}
.BgClassName
{
background-color: #ECE0B5;
}
</style>
border-color css
<style>
span { border-color: #ECE0B5; }
span { border-color: rgb(236,224,181); }
td.TdClassName
{
border-color: #ECE0B5;
}
.TagClassName
{
border-color: #ECE0B5;
}
</style>