Shades of Dutch White #F0DDBB
Tints of Dutch White #F0DDBB
RGB
CMYK
RGB Variations
Color information
#F0DDBB (or 0xF0DDBB) is known color: Dutch White. HEX triplet: F0, DD and BB. RGB value is (240,221,187). Sum of RGB (Red+Green+Blue) = 240+221+187=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 187 (73.44% from 255 or 28.86% from 648); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DDBB is #0F2244. Grayscale: #DEDEDE. Windows color (decimal): -991813 or 12312048. OLE color: 12312048.
HSL color Cylindrical-coordinate representation of color #F0DDBB: hue angle of 38.49º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0DDBB is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 187 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.06 |
| HSL | 38.49º | 0.64% | 0.84% | - |
| HSV(B) | 38.49º | 0.22% | 0.94% | - |
| XYZ | 70.76 | 73.83 | 57.53 | - |
| YUV | 222.81 | 107.79 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 187 | 0 | 0.08 | 0.22 | 0.06 | 38.49 | 0.64 | 0.84 |
| Hex | F0 | DD | BB | 0 | 8 | 16 | 6 | 26 | 40 | 54 |
| Octal | 360 | 335 | 273 | 0 | 10 | 26 | 6 | 46 | 100 | 124 |
| Binary | 11110000 | 11011101 | 10111011 | 0 | 1000 | 10110 | 110 | 100110 | 1000000 | 1010100 |
Color Harmonies of #F0DDBB
Complementary color
Monochromatic Colors of #F0DDBB
Black with #F0DDBB
Text Example
Text Example
White with #F0DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DDBB; }
p { color: rgb(240,221,187); }
H1.HeaderClassName
{
color: #F0DDBB;
}
.AnyTagClassName
{
color: #F0DDBB;
}
</style>
background-color css
<style>
a { background-color: #F0DDBB; }
a { background-color: rgb(240,221,187); }
div.DivClassName
{
background-color: #F0DDBB;
}
.BgClassName
{
background-color: #F0DDBB;
}
</style>
border-color css
<style>
span { border-color: #F0DDBB; }
span { border-color: rgb(240,221,187); }
td.TdClassName
{
border-color: #F0DDBB;
}
.TagClassName
{
border-color: #F0DDBB;
}
</style>