Shades of Dutch White #F1DEBF
Tints of Dutch White #F1DEBF
RGB
CMYK
RGB Variations
Color information
#F1DEBF (or 0xF1DEBF) is known color: Dutch White. HEX triplet: F1, DE and BF. RGB value is (241,222,191). Sum of RGB (Red+Green+Blue) = 241+222+191=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 191 (75% from 255 or 29.20% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DEBF is #0E2140. Grayscale: #E0E0E0. Windows color (decimal): -926017 or 12574449. OLE color: 12574449.
HSL color Cylindrical-coordinate representation of color #F1DEBF: hue angle of 37.2º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1DEBF is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 222 | 191 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.05 |
| HSL | 37.2º | 0.64% | 0.85% | - |
| HSV(B) | 37.2º | 0.21% | 0.95% | - |
| XYZ | 71.8 | 74.7 | 59.93 | - |
| YUV | 224.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 222 | 191 | 0 | 0.08 | 0.21 | 0.05 | 37.2 | 0.64 | 0.85 |
| Hex | F1 | DE | BF | 0 | 8 | 15 | 5 | 25 | 40 | 55 |
| Octal | 361 | 336 | 277 | 0 | 10 | 25 | 5 | 45 | 100 | 125 |
| Binary | 11110001 | 11011110 | 10111111 | 0 | 1000 | 10101 | 101 | 100101 | 1000000 | 1010101 |
Color Harmonies of #F1DEBF
Complementary color
Monochromatic Colors of #F1DEBF
Black with #F1DEBF
Text Example
Text Example
White with #F1DEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DEBF; }
p { color: rgb(241,222,191); }
H1.HeaderClassName
{
color: #F1DEBF;
}
.AnyTagClassName
{
color: #F1DEBF;
}
</style>
background-color css
<style>
a { background-color: #F1DEBF; }
a { background-color: rgb(241,222,191); }
div.DivClassName
{
background-color: #F1DEBF;
}
.BgClassName
{
background-color: #F1DEBF;
}
</style>
border-color css
<style>
span { border-color: #F1DEBF; }
span { border-color: rgb(241,222,191); }
td.TdClassName
{
border-color: #F1DEBF;
}
.TagClassName
{
border-color: #F1DEBF;
}
</style>