Shades of Ghost White #EFF1FC
Tints of Ghost White #EFF1FC
RGB
CMYK
RGB Variations
Color information
#EFF1FC (or 0xEFF1FC) is known color: Ghost White. HEX triplet: EF, F1 and FC. RGB value is (239,241,252). Sum of RGB (Red+Green+Blue) = 239+241+252=732 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.65% from 732); Green value is 241 (94.53% from 255 or 32.92% from 732); Blue value is 252 (98.83% from 255 or 34.43% from 732); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFF1FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF1FC is #100E03. Grayscale: #F1F1F1. Windows color (decimal): -1052164 or 16577007. OLE color: 16577007.
HSL color Cylindrical-coordinate representation of color #EFF1FC: hue angle of 230.77º degrees, saturation: 0.68, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFF1FC is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 241 | 252 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.01 |
| HSL | 230.77º | 0.68% | 0.96% | - |
| HSV(B) | 230.77º | 0.05% | 0.99% | - |
| XYZ | 84.62 | 88.29 | 104.68 | - |
| YUV | 241.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 252 | 0.05 | 0.04 | 0 | 0.01 | 230.77 | 0.68 | 0.96 |
| Hex | EF | F1 | FC | 5 | 4 | 0 | 1 | E7 | 44 | 60 |
| Octal | 357 | 361 | 374 | 5 | 4 | 0 | 1 | 347 | 104 | 140 |
| Binary | 11101111 | 11110001 | 11111100 | 101 | 100 | 0 | 1 | 11100111 | 1000100 | 1100000 |
Color Harmonies of #EFF1FC
Complementary color
Monochromatic Colors of #EFF1FC
Black with #EFF1FC
Text Example
Text Example
White with #EFF1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF1FC; }
p { color: rgb(239,241,252); }
H1.HeaderClassName
{
color: #EFF1FC;
}
.AnyTagClassName
{
color: #EFF1FC;
}
</style>
background-color css
<style>
a { background-color: #EFF1FC; }
a { background-color: rgb(239,241,252); }
div.DivClassName
{
background-color: #EFF1FC;
}
.BgClassName
{
background-color: #EFF1FC;
}
</style>
border-color css
<style>
span { border-color: #EFF1FC; }
span { border-color: rgb(239,241,252); }
td.TdClassName
{
border-color: #EFF1FC;
}
.TagClassName
{
border-color: #EFF1FC;
}
</style>