Shades of Dutch White #F0DDBF
Tints of Dutch White #F0DDBF
RGB
CMYK
RGB Variations
Color information
#F0DDBF (or 0xF0DDBF) is known color: Dutch White. HEX triplet: F0, DD and BF. RGB value is (240,221,191). Sum of RGB (Red+Green+Blue) = 240+221+191=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 191 (75% from 255 or 29.29% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DDBF is #0F2240. Grayscale: #DFDFDF. Windows color (decimal): -991809 or 12574192. OLE color: 12574192.
HSL color Cylindrical-coordinate representation of color #F0DDBF: hue angle of 36.73º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0DDBF is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 191 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.06 |
| HSL | 36.73º | 0.62% | 0.85% | - |
| HSV(B) | 36.73º | 0.2% | 0.94% | - |
| XYZ | 71.2 | 74 | 59.82 | - |
| YUV | 223.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 191 | 0 | 0.08 | 0.20 | 0.06 | 36.73 | 0.62 | 0.85 |
| Hex | F0 | DD | BF | 0 | 8 | 14 | 6 | 25 | 3E | 55 |
| Octal | 360 | 335 | 277 | 0 | 10 | 24 | 6 | 45 | 76 | 125 |
| Binary | 11110000 | 11011101 | 10111111 | 0 | 1000 | 10100 | 110 | 100101 | 111110 | 1010101 |
Color Harmonies of #F0DDBF
Complementary color
Monochromatic Colors of #F0DDBF
Black with #F0DDBF
Text Example
Text Example
White with #F0DDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DDBF; }
p { color: rgb(240,221,191); }
H1.HeaderClassName
{
color: #F0DDBF;
}
.AnyTagClassName
{
color: #F0DDBF;
}
</style>
background-color css
<style>
a { background-color: #F0DDBF; }
a { background-color: rgb(240,221,191); }
div.DivClassName
{
background-color: #F0DDBF;
}
.BgClassName
{
background-color: #F0DDBF;
}
</style>
border-color css
<style>
span { border-color: #F0DDBF; }
span { border-color: rgb(240,221,191); }
td.TdClassName
{
border-color: #F0DDBF;
}
.TagClassName
{
border-color: #F0DDBF;
}
</style>