Shades of Solitude #EFF4FE
Tints of Solitude #EFF4FE
RGB
CMYK
RGB Variations
Color information
#EFF4FE (or 0xEFF4FE) is known color: Solitude. HEX triplet: EF, F4 and FE. RGB value is (239,244,254). Sum of RGB (Red+Green+Blue) = 239+244+254=737 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.43% from 737); Green value is 244 (95.70% from 255 or 33.11% from 737); Blue value is 254 (99.61% from 255 or 34.46% from 737); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFF4FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF4FE is #100B01. Grayscale: #F3F3F3. Windows color (decimal): -1051394 or 16708847. OLE color: 16708847.
HSL color Cylindrical-coordinate representation of color #EFF4FE: hue angle of 220º 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 #EFF4FE is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 244 | 254 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.00 |
| HSL | 220º | 0.88% | 0.97% | - |
| HSV(B) | 220º | 0.06% | 1% | - |
| XYZ | 85.84 | 90.21 | 106.65 | - |
| YUV | 243.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 254 | 0.06 | 0.04 | 0 | 0.00 | 220 | 0.88 | 0.97 |
| Hex | EF | F4 | FE | 6 | 4 | 0 | 0 | DC | 58 | 61 |
| Octal | 357 | 364 | 376 | 6 | 4 | 0 | 0 | 334 | 130 | 141 |
| Binary | 11101111 | 11110100 | 11111110 | 110 | 100 | 0 | 0 | 11011100 | 1011000 | 1100001 |
Color Harmonies of #EFF4FE
Complementary color
Monochromatic Colors of #EFF4FE
Black with #EFF4FE
Text Example
Text Example
White with #EFF4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF4FE; }
p { color: rgb(239,244,254); }
H1.HeaderClassName
{
color: #EFF4FE;
}
.AnyTagClassName
{
color: #EFF4FE;
}
</style>
background-color css
<style>
a { background-color: #EFF4FE; }
a { background-color: rgb(239,244,254); }
div.DivClassName
{
background-color: #EFF4FE;
}
.BgClassName
{
background-color: #EFF4FE;
}
</style>
border-color css
<style>
span { border-color: #EFF4FE; }
span { border-color: rgb(239,244,254); }
td.TdClassName
{
border-color: #EFF4FE;
}
.TagClassName
{
border-color: #EFF4FE;
}
</style>