Shades of Dutch White #F1DCBC
Tints of Dutch White #F1DCBC
RGB
CMYK
RGB Variations
Color information
#F1DCBC (or 0xF1DCBC) is known color: Dutch White. HEX triplet: F1, DC and BC. RGB value is (241,220,188). Sum of RGB (Red+Green+Blue) = 241+220+188=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 188 (73.83% from 255 or 28.97% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCBC is #0E2343. Grayscale: #DEDEDE. Windows color (decimal): -926532 or 12377329. OLE color: 12377329.
HSL color Cylindrical-coordinate representation of color #F1DCBC: hue angle of 36.23º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1DCBC is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 220 | 188 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.05 |
| HSL | 36.23º | 0.65% | 0.84% | - |
| HSV(B) | 36.23º | 0.22% | 0.95% | - |
| XYZ | 70.95 | 73.52 | 58.03 | - |
| YUV | 222.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 220 | 188 | 0 | 0.09 | 0.22 | 0.05 | 36.23 | 0.65 | 0.84 |
| Hex | F1 | DC | BC | 0 | 9 | 16 | 5 | 24 | 41 | 54 |
| Octal | 361 | 334 | 274 | 0 | 11 | 26 | 5 | 44 | 101 | 124 |
| Binary | 11110001 | 11011100 | 10111100 | 0 | 1001 | 10110 | 101 | 100100 | 1000001 | 1010100 |
Color Harmonies of #F1DCBC
Complementary color
Monochromatic Colors of #F1DCBC
Black with #F1DCBC
Text Example
Text Example
White with #F1DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DCBC; }
p { color: rgb(241,220,188); }
H1.HeaderClassName
{
color: #F1DCBC;
}
.AnyTagClassName
{
color: #F1DCBC;
}
</style>
background-color css
<style>
a { background-color: #F1DCBC; }
a { background-color: rgb(241,220,188); }
div.DivClassName
{
background-color: #F1DCBC;
}
.BgClassName
{
background-color: #F1DCBC;
}
</style>
border-color css
<style>
span { border-color: #F1DCBC; }
span { border-color: rgb(241,220,188); }
td.TdClassName
{
border-color: #F1DCBC;
}
.TagClassName
{
border-color: #F1DCBC;
}
</style>