Shades of Solitude #ECF0FA
Tints of Solitude #ECF0FA
RGB
CMYK
RGB Variations
Color information
#ECF0FA (or 0xECF0FA) is known color: Solitude. HEX triplet: EC, F0 and FA. RGB value is (236,240,250). Sum of RGB (Red+Green+Blue) = 236+240+250=726 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.51% from 726); Green value is 240 (94.14% from 255 or 33.06% from 726); Blue value is 250 (98.05% from 255 or 34.44% from 726); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECF0FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF0FA is #130F05. Grayscale: #EFEFEF. Windows color (decimal): -1249030 or 16445676. OLE color: 16445676.
HSL color Cylindrical-coordinate representation of color #ECF0FA: hue angle of 222.86º degrees, saturation: 0.58, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECF0FA is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 240 | 250 | - |
CMYK | 0.06 | 0.04 | 0 | 0.02 |
HSL | 222.86º | 0.58% | 0.95% | - |
HSV(B) | 222.86º | 0.06% | 0.98% | - |
XYZ | 83.01 | 87.06 | 102.87 | - |
YUV | 239.94 | 133.67 | 125.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 240 | 250 | 0.06 | 0.04 | 0 | 0.02 | 222.86 | 0.58 | 0.95 |
Hex | EC | F0 | FA | 6 | 4 | 0 | 2 | DF | 3A | 5F |
Octal | 354 | 360 | 372 | 6 | 4 | 0 | 2 | 337 | 72 | 137 |
Binary | 11101100 | 11110000 | 11111010 | 110 | 100 | 0 | 10 | 11011111 | 111010 | 1011111 |
Color Harmonies of #ECF0FA
Complementary color
Monochromatic Colors of #ECF0FA
Black with #ECF0FA
Text Example
Text Example
White with #ECF0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0FA; }
p { color: rgb(236,240,250); }
H1.HeaderClassName
{
color: #ECF0FA;
}
.AnyTagClassName
{
color: #ECF0FA;
}
</style>
background-color css
<style>
a { background-color: #ECF0FA; }
a { background-color: rgb(236,240,250); }
div.DivClassName
{
background-color: #ECF0FA;
}
.BgClassName
{
background-color: #ECF0FA;
}
</style>
border-color css
<style>
span { border-color: #ECF0FA; }
span { border-color: rgb(236,240,250); }
td.TdClassName
{
border-color: #ECF0FA;
}
.TagClassName
{
border-color: #ECF0FA;
}
</style>