Shades of Dutch White #EBDDB5
Tints of Dutch White #EBDDB5
RGB
CMYK
RGB Variations
Color information
#EBDDB5 (or 0xEBDDB5) is known color: Dutch White. HEX triplet: EB, DD and B5. RGB value is (235,221,181). Sum of RGB (Red+Green+Blue) = 235+221+181=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 181 (71.09% from 255 or 28.41% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDB5 is #14224A. Grayscale: #DCDCDC. Windows color (decimal): -1319499 or 11918827. OLE color: 11918827.
HSL color Cylindrical-coordinate representation of color #EBDDB5: hue angle of 44.44º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBDDB5 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 181 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.08 |
| HSL | 44.44º | 0.57% | 0.82% | - |
| HSV(B) | 44.44º | 0.23% | 0.92% | - |
| XYZ | 68.46 | 72.71 | 54.14 | - |
| YUV | 220.63 | 105.64 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 181 | 0 | 0.06 | 0.23 | 0.08 | 44.44 | 0.57 | 0.82 |
| Hex | EB | DD | B5 | 0 | 6 | 17 | 8 | 2C | 39 | 52 |
| Octal | 353 | 335 | 265 | 0 | 6 | 27 | 10 | 54 | 71 | 122 |
| Binary | 11101011 | 11011101 | 10110101 | 0 | 110 | 10111 | 1000 | 101100 | 111001 | 1010010 |
Color Harmonies of #EBDDB5
Complementary color
Monochromatic Colors of #EBDDB5
Black with #EBDDB5
Text Example
Text Example
White with #EBDDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDDB5; }
p { color: rgb(235,221,181); }
H1.HeaderClassName
{
color: #EBDDB5;
}
.AnyTagClassName
{
color: #EBDDB5;
}
</style>
background-color css
<style>
a { background-color: #EBDDB5; }
a { background-color: rgb(235,221,181); }
div.DivClassName
{
background-color: #EBDDB5;
}
.BgClassName
{
background-color: #EBDDB5;
}
</style>
border-color css
<style>
span { border-color: #EBDDB5; }
span { border-color: rgb(235,221,181); }
td.TdClassName
{
border-color: #EBDDB5;
}
.TagClassName
{
border-color: #EBDDB5;
}
</style>