Shades of Dutch White #F0DFC0
Tints of Dutch White #F0DFC0
RGB
CMYK
RGB Variations
Color information
#F0DFC0 (or 0xF0DFC0) is known color: Dutch White. HEX triplet: F0, DF and C0. RGB value is (240,223,192). Sum of RGB (Red+Green+Blue) = 240+223+192=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 192 (75.39% from 255 or 29.31% from 655); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DFC0 is #0F203F. Grayscale: #E0E0E0. Windows color (decimal): -991296 or 12640240. OLE color: 12640240.
HSL color Cylindrical-coordinate representation of color #F0DFC0: hue angle of 38.75º 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 #F0DFC0 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 192 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.06 |
| HSL | 38.75º | 0.62% | 0.85% | - |
| HSV(B) | 38.75º | 0.2% | 0.94% | - |
| XYZ | 71.84 | 75.11 | 60.58 | - |
| YUV | 224.55 | 109.63 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 192 | 0 | 0.07 | 0.20 | 0.06 | 38.75 | 0.62 | 0.85 |
| Hex | F0 | DF | C0 | 0 | 7 | 14 | 6 | 27 | 3E | 55 |
| Octal | 360 | 337 | 300 | 0 | 7 | 24 | 6 | 47 | 76 | 125 |
| Binary | 11110000 | 11011111 | 11000000 | 0 | 111 | 10100 | 110 | 100111 | 111110 | 1010101 |
Color Harmonies of #F0DFC0
Complementary color
Monochromatic Colors of #F0DFC0
Black with #F0DFC0
Text Example
Text Example
White with #F0DFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DFC0; }
p { color: rgb(240,223,192); }
H1.HeaderClassName
{
color: #F0DFC0;
}
.AnyTagClassName
{
color: #F0DFC0;
}
</style>
background-color css
<style>
a { background-color: #F0DFC0; }
a { background-color: rgb(240,223,192); }
div.DivClassName
{
background-color: #F0DFC0;
}
.BgClassName
{
background-color: #F0DFC0;
}
</style>
border-color css
<style>
span { border-color: #F0DFC0; }
span { border-color: rgb(240,223,192); }
td.TdClassName
{
border-color: #F0DFC0;
}
.TagClassName
{
border-color: #F0DFC0;
}
</style>