Shades of Ghost White #EFF0F9
Tints of Ghost White #EFF0F9
RGB
CMYK
RGB Variations
Color information
#EFF0F9 (or 0xEFF0F9) is known color: Ghost White. HEX triplet: EF, F0 and F9. RGB value is (239,240,249). Sum of RGB (Red+Green+Blue) = 239+240+249=728 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.83% from 728); Green value is 240 (94.14% from 255 or 32.97% from 728); Blue value is 249 (97.66% from 255 or 34.20% from 728); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFF0F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0F9 is #100F06. Grayscale: #F0F0F0. Windows color (decimal): -1052423 or 16380143. OLE color: 16380143.
HSL color Cylindrical-coordinate representation of color #EFF0F9: hue angle of 234º degrees, saturation: 0.45, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFF0F9 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 240 | 249 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.02 |
| HSL | 234º | 0.45% | 0.96% | - |
| HSV(B) | 234º | 0.04% | 0.98% | - |
| XYZ | 83.86 | 87.51 | 102.09 | - |
| YUV | 240.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 249 | 0.04 | 0.04 | 0 | 0.02 | 234 | 0.45 | 0.96 |
| Hex | EF | F0 | F9 | 4 | 4 | 0 | 2 | EA | 2D | 60 |
| Octal | 357 | 360 | 371 | 4 | 4 | 0 | 2 | 352 | 55 | 140 |
| Binary | 11101111 | 11110000 | 11111001 | 100 | 100 | 0 | 10 | 11101010 | 101101 | 1100000 |
Color Harmonies of #EFF0F9
Complementary color
Monochromatic Colors of #EFF0F9
Black with #EFF0F9
Text Example
Text Example
White with #EFF0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF0F9; }
p { color: rgb(239,240,249); }
H1.HeaderClassName
{
color: #EFF0F9;
}
.AnyTagClassName
{
color: #EFF0F9;
}
</style>
background-color css
<style>
a { background-color: #EFF0F9; }
a { background-color: rgb(239,240,249); }
div.DivClassName
{
background-color: #EFF0F9;
}
.BgClassName
{
background-color: #EFF0F9;
}
</style>
border-color css
<style>
span { border-color: #EFF0F9; }
span { border-color: rgb(239,240,249); }
td.TdClassName
{
border-color: #EFF0F9;
}
.TagClassName
{
border-color: #EFF0F9;
}
</style>