Shades of Half Dutch White #F8EDD6
Tints of Half Dutch White #F8EDD6
RGB
CMYK
RGB Variations
Color information
#F8EDD6 (or 0xF8EDD6) is known color: Half Dutch White. HEX triplet: F8, ED and D6. RGB value is (248,237,214). Sum of RGB (Red+Green+Blue) = 248+237+214=699 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.48% from 699); Green value is 237 (92.97% from 255 or 33.91% from 699); Blue value is 214 (83.98% from 255 or 30.62% from 699); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EDD6 is #071229. Grayscale: #EDEDED. Windows color (decimal): -463402 or 14085624. OLE color: 14085624.
HSL color Cylindrical-coordinate representation of color #F8EDD6: hue angle of 40.59º degrees, saturation: 0.71, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8EDD6 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 237 | 214 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.03 |
| HSL | 40.59º | 0.71% | 0.91% | - |
| HSV(B) | 40.59º | 0.14% | 0.97% | - |
| XYZ | 81.13 | 85.38 | 75.82 | - |
| YUV | 237.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 237 | 214 | 0 | 0.04 | 0.14 | 0.03 | 40.59 | 0.71 | 0.91 |
| Hex | F8 | ED | D6 | 0 | 4 | E | 3 | 29 | 47 | 5B |
| Octal | 370 | 355 | 326 | 0 | 4 | 16 | 3 | 51 | 107 | 133 |
| Binary | 11111000 | 11101101 | 11010110 | 0 | 100 | 1110 | 11 | 101001 | 1000111 | 1011011 |
Color Harmonies of #F8EDD6
Complementary color
Monochromatic Colors of #F8EDD6
Black with #F8EDD6
Text Example
Text Example
White with #F8EDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EDD6; }
p { color: rgb(248,237,214); }
H1.HeaderClassName
{
color: #F8EDD6;
}
.AnyTagClassName
{
color: #F8EDD6;
}
</style>
background-color css
<style>
a { background-color: #F8EDD6; }
a { background-color: rgb(248,237,214); }
div.DivClassName
{
background-color: #F8EDD6;
}
.BgClassName
{
background-color: #F8EDD6;
}
</style>
border-color css
<style>
span { border-color: #F8EDD6; }
span { border-color: rgb(248,237,214); }
td.TdClassName
{
border-color: #F8EDD6;
}
.TagClassName
{
border-color: #F8EDD6;
}
</style>