Shades of Dutch White #F7E2BD
Tints of Dutch White #F7E2BD
RGB
CMYK
RGB Variations
Color information
#F7E2BD (or 0xF7E2BD) is known color: Dutch White. HEX triplet: F7, E2 and BD. RGB value is (247,226,189). Sum of RGB (Red+Green+Blue) = 247+226+189=662 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.31% from 662); Green value is 226 (88.67% from 255 or 34.14% from 662); Blue value is 189 (74.22% from 255 or 28.55% from 662); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E2BD is #081D42. Grayscale: #E4E4E4. Windows color (decimal): -531779 or 12444407. OLE color: 12444407.
HSL color Cylindrical-coordinate representation of color #F7E2BD: hue angle of 38.28º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7E2BD is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 226 | 189 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.03 |
| HSL | 38.28º | 0.78% | 0.85% | - |
| HSV(B) | 38.28º | 0.23% | 0.97% | - |
| XYZ | 74.74 | 77.84 | 59.23 | - |
| YUV | 228.06 | 105.96 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 226 | 189 | 0 | 0.09 | 0.23 | 0.03 | 38.28 | 0.78 | 0.85 |
| Hex | F7 | E2 | BD | 0 | 9 | 17 | 3 | 26 | 4E | 55 |
| Octal | 367 | 342 | 275 | 0 | 11 | 27 | 3 | 46 | 116 | 125 |
| Binary | 11110111 | 11100010 | 10111101 | 0 | 1001 | 10111 | 11 | 100110 | 1001110 | 1010101 |
Color Harmonies of #F7E2BD
Complementary color
Monochromatic Colors of #F7E2BD
Black with #F7E2BD
Text Example
Text Example
White with #F7E2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E2BD; }
p { color: rgb(247,226,189); }
H1.HeaderClassName
{
color: #F7E2BD;
}
.AnyTagClassName
{
color: #F7E2BD;
}
</style>
background-color css
<style>
a { background-color: #F7E2BD; }
a { background-color: rgb(247,226,189); }
div.DivClassName
{
background-color: #F7E2BD;
}
.BgClassName
{
background-color: #F7E2BD;
}
</style>
border-color css
<style>
span { border-color: #F7E2BD; }
span { border-color: rgb(247,226,189); }
td.TdClassName
{
border-color: #F7E2BD;
}
.TagClassName
{
border-color: #F7E2BD;
}
</style>