Shades of Ghost White #EEF0FF
Tints of Ghost White #EEF0FF
RGB
CMYK
RGB Variations
Color information
#EEF0FF (or 0xEEF0FF) is known color: Ghost White. HEX triplet: EE, F0 and FF. RGB value is (238,240,255). Sum of RGB (Red+Green+Blue) = 238+240+255=733 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.47% from 733); Green value is 240 (94.14% from 255 or 32.74% from 733); Blue value is 255 (100% from 255 or 34.79% from 733); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEF0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF0FF is #110F00. Grayscale: #F1F1F1. Windows color (decimal): -1117953 or 16773358. OLE color: 16773358.
HSL color Cylindrical-coordinate representation of color #EEF0FF: hue angle of 232.94º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEF0FF is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 238 | 240 | 255 | - |
CMYK | 0.07 | 0.06 | 0 | 0 |
HSL | 232.94º | 1% | 0.97% | - |
HSV(B) | 232.94º | 0.07% | 1% | - |
XYZ | 84.47 | 87.72 | 107.09 | - |
YUV | 241.11 | 135.84 | 125.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 240 | 255 | 0.07 | 0.06 | 0 | 0 | 232.94 | 1 | 0.97 |
Hex | EE | F0 | FF | 7 | 6 | 0 | 0 | E9 | 64 | 61 |
Octal | 356 | 360 | 377 | 7 | 6 | 0 | 0 | 351 | 144 | 141 |
Binary | 11101110 | 11110000 | 11111111 | 111 | 110 | 0 | 0 | 11101001 | 1100100 | 1100001 |
Color Harmonies of #EEF0FF
Complementary color
Monochromatic Colors of #EEF0FF
Black with #EEF0FF
Text Example
Text Example
White with #EEF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF0FF; }
p { color: rgb(238,240,255); }
H1.HeaderClassName
{
color: #EEF0FF;
}
.AnyTagClassName
{
color: #EEF0FF;
}
</style>
background-color css
<style>
a { background-color: #EEF0FF; }
a { background-color: rgb(238,240,255); }
div.DivClassName
{
background-color: #EEF0FF;
}
.BgClassName
{
background-color: #EEF0FF;
}
</style>
border-color css
<style>
span { border-color: #EEF0FF; }
span { border-color: rgb(238,240,255); }
td.TdClassName
{
border-color: #EEF0FF;
}
.TagClassName
{
border-color: #EEF0FF;
}
</style>