Shades of Dutch White #ECDCB6
Tints of Dutch White #ECDCB6
RGB
CMYK
RGB Variations
Color information
#ECDCB6 (or 0xECDCB6) is known color: Dutch White. HEX triplet: EC, DC and B6. RGB value is (236,220,182). Sum of RGB (Red+Green+Blue) = 236+220+182=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 182 (71.48% from 255 or 28.53% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCB6 is #132349. Grayscale: #DCDCDC. Windows color (decimal): -1254218 or 11984108. OLE color: 11984108.
HSL color Cylindrical-coordinate representation of color #ECDCB6: hue angle of 42.22º 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 #ECDCB6 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 182 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.07 |
| HSL | 42.22º | 0.59% | 0.82% | - |
| HSV(B) | 42.22º | 0.23% | 0.93% | - |
| XYZ | 68.63 | 72.4 | 54.61 | - |
| YUV | 220.45 | 106.3 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 182 | 0 | 0.07 | 0.23 | 0.07 | 42.22 | 0.59 | 0.82 |
| Hex | EC | DC | B6 | 0 | 7 | 17 | 7 | 2A | 3B | 52 |
| Octal | 354 | 334 | 266 | 0 | 7 | 27 | 7 | 52 | 73 | 122 |
| Binary | 11101100 | 11011100 | 10110110 | 0 | 111 | 10111 | 111 | 101010 | 111011 | 1010010 |
Color Harmonies of #ECDCB6
Complementary color
Monochromatic Colors of #ECDCB6
Black with #ECDCB6
Text Example
Text Example
White with #ECDCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDCB6; }
p { color: rgb(236,220,182); }
H1.HeaderClassName
{
color: #ECDCB6;
}
.AnyTagClassName
{
color: #ECDCB6;
}
</style>
background-color css
<style>
a { background-color: #ECDCB6; }
a { background-color: rgb(236,220,182); }
div.DivClassName
{
background-color: #ECDCB6;
}
.BgClassName
{
background-color: #ECDCB6;
}
</style>
border-color css
<style>
span { border-color: #ECDCB6; }
span { border-color: rgb(236,220,182); }
td.TdClassName
{
border-color: #ECDCB6;
}
.TagClassName
{
border-color: #ECDCB6;
}
</style>