Shades of Dutch White #ECDDB8
Tints of Dutch White #ECDDB8
RGB
CMYK
RGB Variations
Color information
#ECDDB8 (or 0xECDDB8) is known color: Dutch White. HEX triplet: EC, DD and B8. RGB value is (236,221,184). Sum of RGB (Red+Green+Blue) = 236+221+184=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 184 (72.27% from 255 or 28.71% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDB8 is #132247. Grayscale: #DDDDDD. Windows color (decimal): -1253960 or 12115436. OLE color: 12115436.
HSL color Cylindrical-coordinate representation of color #ECDDB8: hue angle of 42.69º 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 #ECDDB8 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 184 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.07 |
| HSL | 42.69º | 0.58% | 0.82% | - |
| HSV(B) | 42.69º | 0.22% | 0.93% | - |
| XYZ | 69.1 | 73.01 | 55.8 | - |
| YUV | 221.27 | 106.97 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 184 | 0 | 0.06 | 0.22 | 0.07 | 42.69 | 0.58 | 0.82 |
| Hex | EC | DD | B8 | 0 | 6 | 16 | 7 | 2B | 3A | 52 |
| Octal | 354 | 335 | 270 | 0 | 6 | 26 | 7 | 53 | 72 | 122 |
| Binary | 11101100 | 11011101 | 10111000 | 0 | 110 | 10110 | 111 | 101011 | 111010 | 1010010 |
Color Harmonies of #ECDDB8
Complementary color
Monochromatic Colors of #ECDDB8
Black with #ECDDB8
Text Example
Text Example
White with #ECDDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDB8; }
p { color: rgb(236,221,184); }
H1.HeaderClassName
{
color: #ECDDB8;
}
.AnyTagClassName
{
color: #ECDDB8;
}
</style>
background-color css
<style>
a { background-color: #ECDDB8; }
a { background-color: rgb(236,221,184); }
div.DivClassName
{
background-color: #ECDDB8;
}
.BgClassName
{
background-color: #ECDDB8;
}
</style>
border-color css
<style>
span { border-color: #ECDDB8; }
span { border-color: rgb(236,221,184); }
td.TdClassName
{
border-color: #ECDDB8;
}
.TagClassName
{
border-color: #ECDDB8;
}
</style>