Shades of Dutch White #EBDDB4
Tints of Dutch White #EBDDB4
RGB
CMYK
RGB Variations
Color information
#EBDDB4 (or 0xEBDDB4) is known color: Dutch White. HEX triplet: EB, DD and B4. RGB value is (235,221,180). Sum of RGB (Red+Green+Blue) = 235+221+180=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 180 (70.70% from 255 or 28.30% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDB4 is #14224B. Grayscale: #DCDCDC. Windows color (decimal): -1319500 or 11853291. OLE color: 11853291.
HSL color Cylindrical-coordinate representation of color #EBDDB4: hue angle of 44.73º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBDDB4 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 180 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.08 |
| HSL | 44.73º | 0.58% | 0.81% | - |
| HSV(B) | 44.73º | 0.23% | 0.92% | - |
| XYZ | 68.36 | 72.67 | 53.6 | - |
| YUV | 220.51 | 105.14 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 180 | 0 | 0.06 | 0.23 | 0.08 | 44.73 | 0.58 | 0.81 |
| Hex | EB | DD | B4 | 0 | 6 | 17 | 8 | 2D | 3A | 51 |
| Octal | 353 | 335 | 264 | 0 | 6 | 27 | 10 | 55 | 72 | 121 |
| Binary | 11101011 | 11011101 | 10110100 | 0 | 110 | 10111 | 1000 | 101101 | 111010 | 1010001 |
Color Harmonies of #EBDDB4
Complementary color
Monochromatic Colors of #EBDDB4
Black with #EBDDB4
Text Example
Text Example
White with #EBDDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDDB4; }
p { color: rgb(235,221,180); }
H1.HeaderClassName
{
color: #EBDDB4;
}
.AnyTagClassName
{
color: #EBDDB4;
}
</style>
background-color css
<style>
a { background-color: #EBDDB4; }
a { background-color: rgb(235,221,180); }
div.DivClassName
{
background-color: #EBDDB4;
}
.BgClassName
{
background-color: #EBDDB4;
}
</style>
border-color css
<style>
span { border-color: #EBDDB4; }
span { border-color: rgb(235,221,180); }
td.TdClassName
{
border-color: #EBDDB4;
}
.TagClassName
{
border-color: #EBDDB4;
}
</style>