Shades of Dutch White #EDDCB9
Tints of Dutch White #EDDCB9
RGB
CMYK
RGB Variations
Color information
#EDDCB9 (or 0xEDDCB9) is known color: Dutch White. HEX triplet: ED, DC and B9. RGB value is (237,220,185). Sum of RGB (Red+Green+Blue) = 237+220+185=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 185 (72.66% from 255 or 28.82% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCB9 is #122346. Grayscale: #DDDDDD. Windows color (decimal): -1188679 or 12180717. OLE color: 12180717.
HSL color Cylindrical-coordinate representation of color #EDDCB9: hue angle of 40.38º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDDCB9 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 220 | 185 | - |
CMYK | 0 | 0.07 | 0.22 | 0.07 |
HSL | 40.38º | 0.59% | 0.83% | - |
HSV(B) | 40.38º | 0.22% | 0.93% | - |
XYZ | 69.28 | 72.69 | 56.28 | - |
YUV | 221.09 | 107.63 | 139.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 220 | 185 | 0 | 0.07 | 0.22 | 0.07 | 40.38 | 0.59 | 0.83 |
Hex | ED | DC | B9 | 0 | 7 | 16 | 7 | 28 | 3B | 53 |
Octal | 355 | 334 | 271 | 0 | 7 | 26 | 7 | 50 | 73 | 123 |
Binary | 11101101 | 11011100 | 10111001 | 0 | 111 | 10110 | 111 | 101000 | 111011 | 1010011 |
Color Harmonies of #EDDCB9
Complementary color
Monochromatic Colors of #EDDCB9
Black with #EDDCB9
Text Example
Text Example
White with #EDDCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDCB9; }
p { color: rgb(237,220,185); }
H1.HeaderClassName
{
color: #EDDCB9;
}
.AnyTagClassName
{
color: #EDDCB9;
}
</style>
background-color css
<style>
a { background-color: #EDDCB9; }
a { background-color: rgb(237,220,185); }
div.DivClassName
{
background-color: #EDDCB9;
}
.BgClassName
{
background-color: #EDDCB9;
}
</style>
border-color css
<style>
span { border-color: #EDDCB9; }
span { border-color: rgb(237,220,185); }
td.TdClassName
{
border-color: #EDDCB9;
}
.TagClassName
{
border-color: #EDDCB9;
}
</style>