Shades of Ghost White #EFF1FA
Tints of Ghost White #EFF1FA
RGB
CMYK
RGB Variations
Color information
#EFF1FA (or 0xEFF1FA) is known color: Ghost White. HEX triplet: EF, F1 and FA. RGB value is (239,241,250). Sum of RGB (Red+Green+Blue) = 239+241+250=730 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.74% from 730); Green value is 241 (94.53% from 255 or 33.01% from 730); Blue value is 250 (98.05% from 255 or 34.25% from 730); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFF1FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF1FA is #100E05. Grayscale: #F1F1F1. Windows color (decimal): -1052166 or 16445935. OLE color: 16445935.
HSL color Cylindrical-coordinate representation of color #EFF1FA: hue angle of 229.09º degrees, saturation: 0.52, 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 #EFF1FA is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 241 | 250 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.02 |
| HSL | 229.09º | 0.52% | 0.96% | - |
| HSV(B) | 229.09º | 0.04% | 0.98% | - |
| XYZ | 84.31 | 88.16 | 103.02 | - |
| YUV | 241.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 250 | 0.04 | 0.04 | 0 | 0.02 | 229.09 | 0.52 | 0.96 |
| Hex | EF | F1 | FA | 4 | 4 | 0 | 2 | E5 | 34 | 60 |
| Octal | 357 | 361 | 372 | 4 | 4 | 0 | 2 | 345 | 64 | 140 |
| Binary | 11101111 | 11110001 | 11111010 | 100 | 100 | 0 | 10 | 11100101 | 110100 | 1100000 |
Color Harmonies of #EFF1FA
Complementary color
Monochromatic Colors of #EFF1FA
Black with #EFF1FA
Text Example
Text Example
White with #EFF1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF1FA; }
p { color: rgb(239,241,250); }
H1.HeaderClassName
{
color: #EFF1FA;
}
.AnyTagClassName
{
color: #EFF1FA;
}
</style>
background-color css
<style>
a { background-color: #EFF1FA; }
a { background-color: rgb(239,241,250); }
div.DivClassName
{
background-color: #EFF1FA;
}
.BgClassName
{
background-color: #EFF1FA;
}
</style>
border-color css
<style>
span { border-color: #EFF1FA; }
span { border-color: rgb(239,241,250); }
td.TdClassName
{
border-color: #EFF1FA;
}
.TagClassName
{
border-color: #EFF1FA;
}
</style>