Shades of Dutch White #F0DFBD
Tints of Dutch White #F0DFBD
RGB
CMYK
RGB Variations
Color information
#F0DFBD (or 0xF0DFBD) is known color: Dutch White. HEX triplet: F0, DF and BD. RGB value is (240,223,189). Sum of RGB (Red+Green+Blue) = 240+223+189=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 189 (74.22% from 255 or 28.99% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DFBD is #0F2042. Grayscale: #E0E0E0. Windows color (decimal): -991299 or 12443632. OLE color: 12443632.
HSL color Cylindrical-coordinate representation of color #F0DFBD: hue angle of 40º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0DFBD is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 189 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.06 |
| HSL | 40º | 0.63% | 0.84% | - |
| HSV(B) | 40º | 0.21% | 0.94% | - |
| XYZ | 71.51 | 74.97 | 58.85 | - |
| YUV | 224.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 189 | 0 | 0.07 | 0.21 | 0.06 | 40 | 0.63 | 0.84 |
| Hex | F0 | DF | BD | 0 | 7 | 15 | 6 | 28 | 3F | 54 |
| Octal | 360 | 337 | 275 | 0 | 7 | 25 | 6 | 50 | 77 | 124 |
| Binary | 11110000 | 11011111 | 10111101 | 0 | 111 | 10101 | 110 | 101000 | 111111 | 1010100 |
Color Harmonies of #F0DFBD
Complementary color
Monochromatic Colors of #F0DFBD
Black with #F0DFBD
Text Example
Text Example
White with #F0DFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DFBD; }
p { color: rgb(240,223,189); }
H1.HeaderClassName
{
color: #F0DFBD;
}
.AnyTagClassName
{
color: #F0DFBD;
}
</style>
background-color css
<style>
a { background-color: #F0DFBD; }
a { background-color: rgb(240,223,189); }
div.DivClassName
{
background-color: #F0DFBD;
}
.BgClassName
{
background-color: #F0DFBD;
}
</style>
border-color css
<style>
span { border-color: #F0DFBD; }
span { border-color: rgb(240,223,189); }
td.TdClassName
{
border-color: #F0DFBD;
}
.TagClassName
{
border-color: #F0DFBD;
}
</style>