Shades of Dutch White #ECE0B8
Tints of Dutch White #ECE0B8
RGB
CMYK
RGB Variations
Color information
#ECE0B8 (or 0xECE0B8) is known color: Dutch White. HEX triplet: EC, E0 and B8. RGB value is (236,224,184). Sum of RGB (Red+Green+Blue) = 236+224+184=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 184 (72.27% from 255 or 28.57% from 644); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE0B8 is #131F47. Grayscale: #DFDFDF. Windows color (decimal): -1253192 or 12116204. OLE color: 12116204.
HSL color Cylindrical-coordinate representation of color #ECE0B8: hue angle of 46.15º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECE0B8 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 184 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.07 |
| HSL | 46.15º | 0.58% | 0.82% | - |
| HSV(B) | 46.15º | 0.22% | 0.93% | - |
| XYZ | 69.9 | 74.6 | 56.06 | - |
| YUV | 223.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 184 | 0 | 0.05 | 0.22 | 0.07 | 46.15 | 0.58 | 0.82 |
| Hex | EC | E0 | B8 | 0 | 5 | 16 | 7 | 2E | 3A | 52 |
| Octal | 354 | 340 | 270 | 0 | 5 | 26 | 7 | 56 | 72 | 122 |
| Binary | 11101100 | 11100000 | 10111000 | 0 | 101 | 10110 | 111 | 101110 | 111010 | 1010010 |
Color Harmonies of #ECE0B8
Complementary color
Monochromatic Colors of #ECE0B8
Black with #ECE0B8
Text Example
Text Example
White with #ECE0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE0B8; }
p { color: rgb(236,224,184); }
H1.HeaderClassName
{
color: #ECE0B8;
}
.AnyTagClassName
{
color: #ECE0B8;
}
</style>
background-color css
<style>
a { background-color: #ECE0B8; }
a { background-color: rgb(236,224,184); }
div.DivClassName
{
background-color: #ECE0B8;
}
.BgClassName
{
background-color: #ECE0B8;
}
</style>
border-color css
<style>
span { border-color: #ECE0B8; }
span { border-color: rgb(236,224,184); }
td.TdClassName
{
border-color: #ECE0B8;
}
.TagClassName
{
border-color: #ECE0B8;
}
</style>