Shades of Dutch White #EDDFBB
Tints of Dutch White #EDDFBB
RGB
CMYK
RGB Variations
Color information
#EDDFBB (or 0xEDDFBB) is known color: Dutch White. HEX triplet: ED, DF and BB. RGB value is (237,223,187). Sum of RGB (Red+Green+Blue) = 237+223+187=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 187 (73.44% from 255 or 28.90% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFBB is #122044. Grayscale: #DFDFDF. Windows color (decimal): -1187909 or 12312557. OLE color: 12312557.
HSL color Cylindrical-coordinate representation of color #EDDFBB: hue angle of 43.2º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDDFBB is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 187 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.07 |
| HSL | 43.2º | 0.58% | 0.83% | - |
| HSV(B) | 43.2º | 0.21% | 0.93% | - |
| XYZ | 70.28 | 74.37 | 57.66 | - |
| YUV | 223.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 187 | 0 | 0.06 | 0.21 | 0.07 | 43.2 | 0.58 | 0.83 |
| Hex | ED | DF | BB | 0 | 6 | 15 | 7 | 2B | 3A | 53 |
| Octal | 355 | 337 | 273 | 0 | 6 | 25 | 7 | 53 | 72 | 123 |
| Binary | 11101101 | 11011111 | 10111011 | 0 | 110 | 10101 | 111 | 101011 | 111010 | 1010011 |
Color Harmonies of #EDDFBB
Complementary color
Monochromatic Colors of #EDDFBB
Black with #EDDFBB
Text Example
Text Example
White with #EDDFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDFBB; }
p { color: rgb(237,223,187); }
H1.HeaderClassName
{
color: #EDDFBB;
}
.AnyTagClassName
{
color: #EDDFBB;
}
</style>
background-color css
<style>
a { background-color: #EDDFBB; }
a { background-color: rgb(237,223,187); }
div.DivClassName
{
background-color: #EDDFBB;
}
.BgClassName
{
background-color: #EDDFBB;
}
</style>
border-color css
<style>
span { border-color: #EDDFBB; }
span { border-color: rgb(237,223,187); }
td.TdClassName
{
border-color: #EDDFBB;
}
.TagClassName
{
border-color: #EDDFBB;
}
</style>