Shades of Dutch White #F2DFBD
Tints of Dutch White #F2DFBD
RGB
CMYK
RGB Variations
Color information
#F2DFBD (or 0xF2DFBD) is known color: Dutch White. HEX triplet: F2, DF and BD. RGB value is (242,223,189). Sum of RGB (Red+Green+Blue) = 242+223+189=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 189 (74.22% from 255 or 28.90% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFBD is #0D2042. Grayscale: #E0E0E0. Windows color (decimal): -860227 or 12443634. OLE color: 12443634.
HSL color Cylindrical-coordinate representation of color #F2DFBD: hue angle of 38.49º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2DFBD is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 189 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.05 |
| HSL | 38.49º | 0.67% | 0.85% | - |
| HSV(B) | 38.49º | 0.22% | 0.95% | - |
| XYZ | 72.19 | 75.33 | 58.88 | - |
| YUV | 224.81 | 107.79 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 189 | 0 | 0.08 | 0.22 | 0.05 | 38.49 | 0.67 | 0.85 |
| Hex | F2 | DF | BD | 0 | 8 | 16 | 5 | 26 | 43 | 55 |
| Octal | 362 | 337 | 275 | 0 | 10 | 26 | 5 | 46 | 103 | 125 |
| Binary | 11110010 | 11011111 | 10111101 | 0 | 1000 | 10110 | 101 | 100110 | 1000011 | 1010101 |
Color Harmonies of #F2DFBD
Complementary color
Monochromatic Colors of #F2DFBD
Black with #F2DFBD
Text Example
Text Example
White with #F2DFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DFBD; }
p { color: rgb(242,223,189); }
H1.HeaderClassName
{
color: #F2DFBD;
}
.AnyTagClassName
{
color: #F2DFBD;
}
</style>
background-color css
<style>
a { background-color: #F2DFBD; }
a { background-color: rgb(242,223,189); }
div.DivClassName
{
background-color: #F2DFBD;
}
.BgClassName
{
background-color: #F2DFBD;
}
</style>
border-color css
<style>
span { border-color: #F2DFBD; }
span { border-color: rgb(242,223,189); }
td.TdClassName
{
border-color: #F2DFBD;
}
.TagClassName
{
border-color: #F2DFBD;
}
</style>