Shades of Dutch White #F0DEB7
Tints of Dutch White #F0DEB7
RGB
CMYK
RGB Variations
Color information
#F0DEB7 (or 0xF0DEB7) is known color: Dutch White. HEX triplet: F0, DE and B7. RGB value is (240,222,183). Sum of RGB (Red+Green+Blue) = 240+222+183=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 183 (71.88% from 255 or 28.37% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DEB7 is #0F2148. Grayscale: #DFDFDF. Windows color (decimal): -991561 or 12050160. OLE color: 12050160.
HSL color Cylindrical-coordinate representation of color #F0DEB7: hue angle of 41.05º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0DEB7 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 222 | 183 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.06 |
| HSL | 41.05º | 0.66% | 0.83% | - |
| HSV(B) | 41.05º | 0.24% | 0.94% | - |
| XYZ | 70.6 | 74.19 | 55.4 | - |
| YUV | 222.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 183 | 0 | 0.08 | 0.24 | 0.06 | 41.05 | 0.66 | 0.83 |
| Hex | F0 | DE | B7 | 0 | 8 | 18 | 6 | 29 | 42 | 53 |
| Octal | 360 | 336 | 267 | 0 | 10 | 30 | 6 | 51 | 102 | 123 |
| Binary | 11110000 | 11011110 | 10110111 | 0 | 1000 | 11000 | 110 | 101001 | 1000010 | 1010011 |
Color Harmonies of #F0DEB7
Complementary color
Monochromatic Colors of #F0DEB7
Black with #F0DEB7
Text Example
Text Example
White with #F0DEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DEB7; }
p { color: rgb(240,222,183); }
H1.HeaderClassName
{
color: #F0DEB7;
}
.AnyTagClassName
{
color: #F0DEB7;
}
</style>
background-color css
<style>
a { background-color: #F0DEB7; }
a { background-color: rgb(240,222,183); }
div.DivClassName
{
background-color: #F0DEB7;
}
.BgClassName
{
background-color: #F0DEB7;
}
</style>
border-color css
<style>
span { border-color: #F0DEB7; }
span { border-color: rgb(240,222,183); }
td.TdClassName
{
border-color: #F0DEB7;
}
.TagClassName
{
border-color: #F0DEB7;
}
</style>