Shades of Solitude #EFF4FF
Tints of Solitude #EFF4FF
RGB
CMYK
RGB Variations
Color information
#EFF4FF (or 0xEFF4FF) is known color: Solitude. HEX triplet: EF, F4 and FF. RGB value is (239,244,255). Sum of RGB (Red+Green+Blue) = 239+244+255=738 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.38% from 738); Green value is 244 (95.70% from 255 or 33.06% from 738); Blue value is 255 (100% from 255 or 34.55% from 738); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFF4FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF4FF is #100B00. Grayscale: #F3F3F3. Windows color (decimal): -1051393 or 16774383. OLE color: 16774383.
HSL color Cylindrical-coordinate representation of color #EFF4FF: hue angle of 221.25º 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 #EFF4FF is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 244 | 255 | - |
| CMYK | 0.06 | 0.04 | 0 | 0 |
| HSL | 221.25º | 1% | 0.97% | - |
| HSV(B) | 221.25º | 0.06% | 1% | - |
| XYZ | 86 | 90.27 | 107.5 | - |
| YUV | 243.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 255 | 0.06 | 0.04 | 0 | 0 | 221.25 | 1 | 0.97 |
| Hex | EF | F4 | FF | 6 | 4 | 0 | 0 | DD | 64 | 61 |
| Octal | 357 | 364 | 377 | 6 | 4 | 0 | 0 | 335 | 144 | 141 |
| Binary | 11101111 | 11110100 | 11111111 | 110 | 100 | 0 | 0 | 11011101 | 1100100 | 1100001 |
Color Harmonies of #EFF4FF
Complementary color
Monochromatic Colors of #EFF4FF
Black with #EFF4FF
Text Example
Text Example
White with #EFF4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF4FF; }
p { color: rgb(239,244,255); }
H1.HeaderClassName
{
color: #EFF4FF;
}
.AnyTagClassName
{
color: #EFF4FF;
}
</style>
background-color css
<style>
a { background-color: #EFF4FF; }
a { background-color: rgb(239,244,255); }
div.DivClassName
{
background-color: #EFF4FF;
}
.BgClassName
{
background-color: #EFF4FF;
}
</style>
border-color css
<style>
span { border-color: #EFF4FF; }
span { border-color: rgb(239,244,255); }
td.TdClassName
{
border-color: #EFF4FF;
}
.TagClassName
{
border-color: #EFF4FF;
}
</style>