Shades of Half Dutch White #F8EDD7
Tints of Half Dutch White #F8EDD7
RGB
CMYK
RGB Variations
Color information
#F8EDD7 (or 0xF8EDD7) is known color: Half Dutch White. HEX triplet: F8, ED and D7. RGB value is (248,237,215). Sum of RGB (Red+Green+Blue) = 248+237+215=700 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.43% from 700); Green value is 237 (92.97% from 255 or 33.86% from 700); Blue value is 215 (84.38% from 255 or 30.71% from 700); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EDD7 is #071228. Grayscale: #EDEDED. Windows color (decimal): -463401 or 14151160. OLE color: 14151160.
HSL color Cylindrical-coordinate representation of color #F8EDD7: hue angle of 40º degrees, saturation: 0.7, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F8EDD7 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 237 | 215 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.03 |
| HSL | 40º | 0.7% | 0.91% | - |
| HSV(B) | 40º | 0.13% | 0.97% | - |
| XYZ | 81.26 | 85.43 | 76.5 | - |
| YUV | 237.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 237 | 215 | 0 | 0.04 | 0.13 | 0.03 | 40 | 0.7 | 0.91 |
| Hex | F8 | ED | D7 | 0 | 4 | D | 3 | 28 | 46 | 5B |
| Octal | 370 | 355 | 327 | 0 | 4 | 15 | 3 | 50 | 106 | 133 |
| Binary | 11111000 | 11101101 | 11010111 | 0 | 100 | 1101 | 11 | 101000 | 1000110 | 1011011 |
Color Harmonies of #F8EDD7
Complementary color
Monochromatic Colors of #F8EDD7
Black with #F8EDD7
Text Example
Text Example
White with #F8EDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EDD7; }
p { color: rgb(248,237,215); }
H1.HeaderClassName
{
color: #F8EDD7;
}
.AnyTagClassName
{
color: #F8EDD7;
}
</style>
background-color css
<style>
a { background-color: #F8EDD7; }
a { background-color: rgb(248,237,215); }
div.DivClassName
{
background-color: #F8EDD7;
}
.BgClassName
{
background-color: #F8EDD7;
}
</style>
border-color css
<style>
span { border-color: #F8EDD7; }
span { border-color: rgb(248,237,215); }
td.TdClassName
{
border-color: #F8EDD7;
}
.TagClassName
{
border-color: #F8EDD7;
}
</style>