Shades of Dutch White #F0DEBB
Tints of Dutch White #F0DEBB
RGB
CMYK
RGB Variations
Color information
#F0DEBB (or 0xF0DEBB) is known color: Dutch White. HEX triplet: F0, DE and BB. RGB value is (240,222,187). Sum of RGB (Red+Green+Blue) = 240+222+187=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 187 (73.44% from 255 or 28.81% from 649); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DEBB is #0F2144. Grayscale: #DFDFDF. Windows color (decimal): -991557 or 12312304. OLE color: 12312304.
HSL color Cylindrical-coordinate representation of color #F0DEBB: hue angle of 39.62º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0DEBB is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 222 | 187 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.06 |
| HSL | 39.62º | 0.64% | 0.84% | - |
| HSV(B) | 39.62º | 0.22% | 0.94% | - |
| XYZ | 71.03 | 74.36 | 57.62 | - |
| YUV | 223.39 | 107.46 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 187 | 0 | 0.08 | 0.22 | 0.06 | 39.62 | 0.64 | 0.84 |
| Hex | F0 | DE | BB | 0 | 8 | 16 | 6 | 28 | 40 | 54 |
| Octal | 360 | 336 | 273 | 0 | 10 | 26 | 6 | 50 | 100 | 124 |
| Binary | 11110000 | 11011110 | 10111011 | 0 | 1000 | 10110 | 110 | 101000 | 1000000 | 1010100 |
Color Harmonies of #F0DEBB
Complementary color
Monochromatic Colors of #F0DEBB
Black with #F0DEBB
Text Example
Text Example
White with #F0DEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DEBB; }
p { color: rgb(240,222,187); }
H1.HeaderClassName
{
color: #F0DEBB;
}
.AnyTagClassName
{
color: #F0DEBB;
}
</style>
background-color css
<style>
a { background-color: #F0DEBB; }
a { background-color: rgb(240,222,187); }
div.DivClassName
{
background-color: #F0DEBB;
}
.BgClassName
{
background-color: #F0DEBB;
}
</style>
border-color css
<style>
span { border-color: #F0DEBB; }
span { border-color: rgb(240,222,187); }
td.TdClassName
{
border-color: #F0DEBB;
}
.TagClassName
{
border-color: #F0DEBB;
}
</style>