Shades of Dutch White #ECDDB3
Tints of Dutch White #ECDDB3
RGB
CMYK
RGB Variations
Color information
#ECDDB3 (or 0xECDDB3) is known color: Dutch White. HEX triplet: EC, DD and B3. RGB value is (236,221,179). Sum of RGB (Red+Green+Blue) = 236+221+179=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 179 (70.31% from 255 or 28.14% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDB3 is #13224C. Grayscale: #DCDCDC. Windows color (decimal): -1253965 or 11787756. OLE color: 11787756.
HSL color Cylindrical-coordinate representation of color #ECDDB3: hue angle of 44.21º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECDDB3 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 179 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.07 |
| HSL | 44.21º | 0.6% | 0.81% | - |
| HSV(B) | 44.21º | 0.24% | 0.93% | - |
| XYZ | 68.59 | 72.8 | 53.08 | - |
| YUV | 220.7 | 104.47 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 179 | 0 | 0.06 | 0.24 | 0.07 | 44.21 | 0.6 | 0.81 |
| Hex | EC | DD | B3 | 0 | 6 | 18 | 7 | 2C | 3C | 51 |
| Octal | 354 | 335 | 263 | 0 | 6 | 30 | 7 | 54 | 74 | 121 |
| Binary | 11101100 | 11011101 | 10110011 | 0 | 110 | 11000 | 111 | 101100 | 111100 | 1010001 |
Color Harmonies of #ECDDB3
Complementary color
Monochromatic Colors of #ECDDB3
Black with #ECDDB3
Text Example
Text Example
White with #ECDDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDB3; }
p { color: rgb(236,221,179); }
H1.HeaderClassName
{
color: #ECDDB3;
}
.AnyTagClassName
{
color: #ECDDB3;
}
</style>
background-color css
<style>
a { background-color: #ECDDB3; }
a { background-color: rgb(236,221,179); }
div.DivClassName
{
background-color: #ECDDB3;
}
.BgClassName
{
background-color: #ECDDB3;
}
</style>
border-color css
<style>
span { border-color: #ECDDB3; }
span { border-color: rgb(236,221,179); }
td.TdClassName
{
border-color: #ECDDB3;
}
.TagClassName
{
border-color: #ECDDB3;
}
</style>