Shades of Dutch White #F0E0C2
Tints of Dutch White #F0E0C2
RGB
CMYK
RGB Variations
Color information
#F0E0C2 (or 0xF0E0C2) is known color: Dutch White. HEX triplet: F0, E0 and C2. RGB value is (240,224,194). Sum of RGB (Red+Green+Blue) = 240+224+194=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 224 (87.89% from 255 or 34.04% from 658); Blue value is 194 (76.17% from 255 or 29.48% from 658); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E0C2 is #0F1F3D. Grayscale: #E1E1E1. Windows color (decimal): -991038 or 12771568. OLE color: 12771568.
HSL color Cylindrical-coordinate representation of color #F0E0C2: hue angle of 39.13º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F0E0C2 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 224 | 194 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.06 |
| HSL | 39.13º | 0.61% | 0.85% | - |
| HSV(B) | 39.13º | 0.19% | 0.94% | - |
| XYZ | 72.33 | 75.73 | 61.84 | - |
| YUV | 225.36 | 110.3 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 194 | 0 | 0.07 | 0.19 | 0.06 | 39.13 | 0.61 | 0.85 |
| Hex | F0 | E0 | C2 | 0 | 7 | 13 | 6 | 27 | 3D | 55 |
| Octal | 360 | 340 | 302 | 0 | 7 | 23 | 6 | 47 | 75 | 125 |
| Binary | 11110000 | 11100000 | 11000010 | 0 | 111 | 10011 | 110 | 100111 | 111101 | 1010101 |
Color Harmonies of #F0E0C2
Complementary color
Monochromatic Colors of #F0E0C2
Black with #F0E0C2
Text Example
Text Example
White with #F0E0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E0C2; }
p { color: rgb(240,224,194); }
H1.HeaderClassName
{
color: #F0E0C2;
}
.AnyTagClassName
{
color: #F0E0C2;
}
</style>
background-color css
<style>
a { background-color: #F0E0C2; }
a { background-color: rgb(240,224,194); }
div.DivClassName
{
background-color: #F0E0C2;
}
.BgClassName
{
background-color: #F0E0C2;
}
</style>
border-color css
<style>
span { border-color: #F0E0C2; }
span { border-color: rgb(240,224,194); }
td.TdClassName
{
border-color: #F0E0C2;
}
.TagClassName
{
border-color: #F0E0C2;
}
</style>