Shades of Solitude #ECF0FE
Tints of Solitude #ECF0FE
RGB
CMYK
RGB Variations
Color information
#ECF0FE (or 0xECF0FE) is known color: Solitude. HEX triplet: EC, F0 and FE. RGB value is (236,240,254). Sum of RGB (Red+Green+Blue) = 236+240+254=730 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.33% from 730); Green value is 240 (94.14% from 255 or 32.88% from 730); Blue value is 254 (99.61% from 255 or 34.79% from 730); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECF0FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF0FE is #130F01. Grayscale: #F0F0F0. Windows color (decimal): -1249026 or 16707820. OLE color: 16707820.
HSL color Cylindrical-coordinate representation of color #ECF0FE: hue angle of 226.67º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECF0FE is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 236 | 240 | 254 | - |
CMYK | 0.07 | 0.06 | 0 | 0.00 |
HSL | 226.67º | 0.9% | 0.96% | - |
HSV(B) | 226.67º | 0.07% | 1% | - |
XYZ | 83.64 | 87.31 | 106.21 | - |
YUV | 240.4 | 135.67 | 124.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 240 | 254 | 0.07 | 0.06 | 0 | 0.00 | 226.67 | 0.9 | 0.96 |
Hex | EC | F0 | FE | 7 | 6 | 0 | 0 | E3 | 5A | 60 |
Octal | 354 | 360 | 376 | 7 | 6 | 0 | 0 | 343 | 132 | 140 |
Binary | 11101100 | 11110000 | 11111110 | 111 | 110 | 0 | 0 | 11100011 | 1011010 | 1100000 |
Color Harmonies of #ECF0FE
Complementary color
Monochromatic Colors of #ECF0FE
Black with #ECF0FE
Text Example
Text Example
White with #ECF0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0FE; }
p { color: rgb(236,240,254); }
H1.HeaderClassName
{
color: #ECF0FE;
}
.AnyTagClassName
{
color: #ECF0FE;
}
</style>
background-color css
<style>
a { background-color: #ECF0FE; }
a { background-color: rgb(236,240,254); }
div.DivClassName
{
background-color: #ECF0FE;
}
.BgClassName
{
background-color: #ECF0FE;
}
</style>
border-color css
<style>
span { border-color: #ECF0FE; }
span { border-color: rgb(236,240,254); }
td.TdClassName
{
border-color: #ECF0FE;
}
.TagClassName
{
border-color: #ECF0FE;
}
</style>