Shades of Ghost White #EFF2FE
Tints of Ghost White #EFF2FE
RGB
CMYK
RGB Variations
Color information
#EFF2FE (or 0xEFF2FE) is known color: Ghost White. HEX triplet: EF, F2 and FE. RGB value is (239,242,254). Sum of RGB (Red+Green+Blue) = 239+242+254=735 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.52% from 735); Green value is 242 (94.92% from 255 or 32.93% from 735); Blue value is 254 (99.61% from 255 or 34.56% from 735); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFF2FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF2FE is #100D01. Grayscale: #F2F2F2. Windows color (decimal): -1051906 or 16708335. OLE color: 16708335.
HSL color Cylindrical-coordinate representation of color #EFF2FE: hue angle of 228º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFF2FE is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 242 | 254 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.00 |
| HSL | 228º | 0.88% | 0.97% | - |
| HSV(B) | 228º | 0.06% | 1% | - |
| XYZ | 85.24 | 89.01 | 106.45 | - |
| YUV | 242.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 254 | 0.06 | 0.05 | 0 | 0.00 | 228 | 0.88 | 0.97 |
| Hex | EF | F2 | FE | 6 | 5 | 0 | 0 | E4 | 58 | 61 |
| Octal | 357 | 362 | 376 | 6 | 5 | 0 | 0 | 344 | 130 | 141 |
| Binary | 11101111 | 11110010 | 11111110 | 110 | 101 | 0 | 0 | 11100100 | 1011000 | 1100001 |
Color Harmonies of #EFF2FE
Complementary color
Monochromatic Colors of #EFF2FE
Black with #EFF2FE
Text Example
Text Example
White with #EFF2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF2FE; }
p { color: rgb(239,242,254); }
H1.HeaderClassName
{
color: #EFF2FE;
}
.AnyTagClassName
{
color: #EFF2FE;
}
</style>
background-color css
<style>
a { background-color: #EFF2FE; }
a { background-color: rgb(239,242,254); }
div.DivClassName
{
background-color: #EFF2FE;
}
.BgClassName
{
background-color: #EFF2FE;
}
</style>
border-color css
<style>
span { border-color: #EFF2FE; }
span { border-color: rgb(239,242,254); }
td.TdClassName
{
border-color: #EFF2FE;
}
.TagClassName
{
border-color: #EFF2FE;
}
</style>