Shades of Ghost White #EFF2FF
Tints of Ghost White #EFF2FF
RGB
CMYK
RGB Variations
Color information
#EFF2FF (or 0xEFF2FF) is known color: Ghost White. HEX triplet: EF, F2 and FF. RGB value is (239,242,255). Sum of RGB (Red+Green+Blue) = 239+242+255=736 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.47% from 736); Green value is 242 (94.92% from 255 or 32.88% from 736); Blue value is 255 (100% from 255 or 34.65% from 736); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFF2FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF2FF is #100D00. Grayscale: #F2F2F2. Windows color (decimal): -1051905 or 16773871. OLE color: 16773871.
HSL color Cylindrical-coordinate representation of color #EFF2FF: hue angle of 228.75º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFF2FF is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 239 | 242 | 255 | - |
CMYK | 0.06 | 0.05 | 0 | 0 |
HSL | 228.75º | 1% | 0.97% | - |
HSV(B) | 228.75º | 0.06% | 1% | - |
XYZ | 85.4 | 89.07 | 107.3 | - |
YUV | 242.59 | 135.01 | 125.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 242 | 255 | 0.06 | 0.05 | 0 | 0 | 228.75 | 1 | 0.97 |
Hex | EF | F2 | FF | 6 | 5 | 0 | 0 | E5 | 64 | 61 |
Octal | 357 | 362 | 377 | 6 | 5 | 0 | 0 | 345 | 144 | 141 |
Binary | 11101111 | 11110010 | 11111111 | 110 | 101 | 0 | 0 | 11100101 | 1100100 | 1100001 |
Color Harmonies of #EFF2FF
Complementary color
Monochromatic Colors of #EFF2FF
Black with #EFF2FF
Text Example
Text Example
White with #EFF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF2FF; }
p { color: rgb(239,242,255); }
H1.HeaderClassName
{
color: #EFF2FF;
}
.AnyTagClassName
{
color: #EFF2FF;
}
</style>
background-color css
<style>
a { background-color: #EFF2FF; }
a { background-color: rgb(239,242,255); }
div.DivClassName
{
background-color: #EFF2FF;
}
.BgClassName
{
background-color: #EFF2FF;
}
</style>
border-color css
<style>
span { border-color: #EFF2FF; }
span { border-color: rgb(239,242,255); }
td.TdClassName
{
border-color: #EFF2FF;
}
.TagClassName
{
border-color: #EFF2FF;
}
</style>