Shades of Dutch White #F0DDBC
Tints of Dutch White #F0DDBC
RGB
CMYK
RGB Variations
Color information
#F0DDBC (or 0xF0DDBC) is known color: Dutch White. HEX triplet: F0, DD and BC. RGB value is (240,221,188). Sum of RGB (Red+Green+Blue) = 240+221+188=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 188 (73.83% from 255 or 28.97% from 649); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DDBC is #0F2243. Grayscale: #DFDFDF. Windows color (decimal): -991812 or 12377584. OLE color: 12377584.
HSL color Cylindrical-coordinate representation of color #F0DDBC: hue angle of 38.08º degrees, saturation: 0.63, 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 #F0DDBC is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 188 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.06 |
| HSL | 38.08º | 0.63% | 0.84% | - |
| HSV(B) | 38.08º | 0.22% | 0.94% | - |
| XYZ | 70.87 | 73.87 | 58.1 | - |
| YUV | 222.92 | 108.29 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 188 | 0 | 0.08 | 0.22 | 0.06 | 38.08 | 0.63 | 0.84 |
| Hex | F0 | DD | BC | 0 | 8 | 16 | 6 | 26 | 3F | 54 |
| Octal | 360 | 335 | 274 | 0 | 10 | 26 | 6 | 46 | 77 | 124 |
| Binary | 11110000 | 11011101 | 10111100 | 0 | 1000 | 10110 | 110 | 100110 | 111111 | 1010100 |
Color Harmonies of #F0DDBC
Complementary color
Monochromatic Colors of #F0DDBC
Black with #F0DDBC
Text Example
Text Example
White with #F0DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DDBC; }
p { color: rgb(240,221,188); }
H1.HeaderClassName
{
color: #F0DDBC;
}
.AnyTagClassName
{
color: #F0DDBC;
}
</style>
background-color css
<style>
a { background-color: #F0DDBC; }
a { background-color: rgb(240,221,188); }
div.DivClassName
{
background-color: #F0DDBC;
}
.BgClassName
{
background-color: #F0DDBC;
}
</style>
border-color css
<style>
span { border-color: #F0DDBC; }
span { border-color: rgb(240,221,188); }
td.TdClassName
{
border-color: #F0DDBC;
}
.TagClassName
{
border-color: #F0DDBC;
}
</style>