Shades of Dutch White #F4DFBD
Tints of Dutch White #F4DFBD
RGB
CMYK
RGB Variations
Color information
#F4DFBD (or 0xF4DFBD) is known color: Dutch White. HEX triplet: F4, DF and BD. RGB value is (244,223,189). Sum of RGB (Red+Green+Blue) = 244+223+189=656 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.20% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 189 (74.22% from 255 or 28.81% from 656); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DFBD is #0B2042. Grayscale: #E1E1E1. Windows color (decimal): -729155 or 12443636. OLE color: 12443636.
HSL color Cylindrical-coordinate representation of color #F4DFBD: hue angle of 37.09º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4DFBD is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 223 | 189 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.04 |
| HSL | 37.09º | 0.71% | 0.85% | - |
| HSV(B) | 37.09º | 0.23% | 0.96% | - |
| XYZ | 72.88 | 75.68 | 58.91 | - |
| YUV | 225.4 | 107.46 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 223 | 189 | 0 | 0.09 | 0.23 | 0.04 | 37.09 | 0.71 | 0.85 |
| Hex | F4 | DF | BD | 0 | 9 | 17 | 4 | 25 | 47 | 55 |
| Octal | 364 | 337 | 275 | 0 | 11 | 27 | 4 | 45 | 107 | 125 |
| Binary | 11110100 | 11011111 | 10111101 | 0 | 1001 | 10111 | 100 | 100101 | 1000111 | 1010101 |
Color Harmonies of #F4DFBD
Complementary color
Monochromatic Colors of #F4DFBD
Black with #F4DFBD
Text Example
Text Example
White with #F4DFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DFBD; }
p { color: rgb(244,223,189); }
H1.HeaderClassName
{
color: #F4DFBD;
}
.AnyTagClassName
{
color: #F4DFBD;
}
</style>
background-color css
<style>
a { background-color: #F4DFBD; }
a { background-color: rgb(244,223,189); }
div.DivClassName
{
background-color: #F4DFBD;
}
.BgClassName
{
background-color: #F4DFBD;
}
</style>
border-color css
<style>
span { border-color: #F4DFBD; }
span { border-color: rgb(244,223,189); }
td.TdClassName
{
border-color: #F4DFBD;
}
.TagClassName
{
border-color: #F4DFBD;
}
</style>