Shades of Dutch White #F0DCBB
Tints of Dutch White #F0DCBB
RGB
CMYK
RGB Variations
Color information
#F0DCBB (or 0xF0DCBB) is known color: Dutch White. HEX triplet: F0, DC and BB. RGB value is (240,220,187). Sum of RGB (Red+Green+Blue) = 240+220+187=647 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.09% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 187 (73.44% from 255 or 28.90% from 647); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DCBB is #0F2344. Grayscale: #DEDEDE. Windows color (decimal): -992069 or 12311792. OLE color: 12311792.
HSL color Cylindrical-coordinate representation of color #F0DCBB: hue angle of 37.36º 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 #F0DCBB is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 187 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.06 |
| HSL | 37.36º | 0.64% | 0.84% | - |
| HSV(B) | 37.36º | 0.22% | 0.94% | - |
| XYZ | 70.5 | 73.3 | 57.45 | - |
| YUV | 222.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 187 | 0 | 0.08 | 0.22 | 0.06 | 37.36 | 0.64 | 0.84 |
| Hex | F0 | DC | BB | 0 | 8 | 16 | 6 | 25 | 40 | 54 |
| Octal | 360 | 334 | 273 | 0 | 10 | 26 | 6 | 45 | 100 | 124 |
| Binary | 11110000 | 11011100 | 10111011 | 0 | 1000 | 10110 | 110 | 100101 | 1000000 | 1010100 |
Color Harmonies of #F0DCBB
Complementary color
Monochromatic Colors of #F0DCBB
Black with #F0DCBB
Text Example
Text Example
White with #F0DCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DCBB; }
p { color: rgb(240,220,187); }
H1.HeaderClassName
{
color: #F0DCBB;
}
.AnyTagClassName
{
color: #F0DCBB;
}
</style>
background-color css
<style>
a { background-color: #F0DCBB; }
a { background-color: rgb(240,220,187); }
div.DivClassName
{
background-color: #F0DCBB;
}
.BgClassName
{
background-color: #F0DCBB;
}
</style>
border-color css
<style>
span { border-color: #F0DCBB; }
span { border-color: rgb(240,220,187); }
td.TdClassName
{
border-color: #F0DCBB;
}
.TagClassName
{
border-color: #F0DCBB;
}
</style>