Shades of Dutch White #F0DCBD
Tints of Dutch White #F0DCBD
RGB
CMYK
RGB Variations
Color information
#F0DCBD (or 0xF0DCBD) is known color: Dutch White. HEX triplet: F0, DC and BD. RGB value is (240,220,189). Sum of RGB (Red+Green+Blue) = 240+220+189=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 189 (74.22% from 255 or 29.12% from 649); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DCBD is #0F2342. Grayscale: #DEDEDE. Windows color (decimal): -992067 or 12442864. OLE color: 12442864.
HSL color Cylindrical-coordinate representation of color #F0DCBD: hue angle of 36.47º 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 #F0DCBD is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 189 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.06 |
| HSL | 36.47º | 0.63% | 0.84% | - |
| HSV(B) | 36.47º | 0.21% | 0.94% | - |
| XYZ | 70.71 | 73.39 | 58.58 | - |
| YUV | 222.45 | 109.13 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 189 | 0 | 0.08 | 0.21 | 0.06 | 36.47 | 0.63 | 0.84 |
| Hex | F0 | DC | BD | 0 | 8 | 15 | 6 | 24 | 3F | 54 |
| Octal | 360 | 334 | 275 | 0 | 10 | 25 | 6 | 44 | 77 | 124 |
| Binary | 11110000 | 11011100 | 10111101 | 0 | 1000 | 10101 | 110 | 100100 | 111111 | 1010100 |
Color Harmonies of #F0DCBD
Complementary color
Monochromatic Colors of #F0DCBD
Black with #F0DCBD
Text Example
Text Example
White with #F0DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DCBD; }
p { color: rgb(240,220,189); }
H1.HeaderClassName
{
color: #F0DCBD;
}
.AnyTagClassName
{
color: #F0DCBD;
}
</style>
background-color css
<style>
a { background-color: #F0DCBD; }
a { background-color: rgb(240,220,189); }
div.DivClassName
{
background-color: #F0DCBD;
}
.BgClassName
{
background-color: #F0DCBD;
}
</style>
border-color css
<style>
span { border-color: #F0DCBD; }
span { border-color: rgb(240,220,189); }
td.TdClassName
{
border-color: #F0DCBD;
}
.TagClassName
{
border-color: #F0DCBD;
}
</style>