Shades of Solitude #ECF0FF
Tints of Solitude #ECF0FF
RGB
CMYK
RGB Variations
Color information
#ECF0FF (or 0xECF0FF) is known color: Solitude. HEX triplet: EC, F0 and FF. RGB value is (236,240,255). Sum of RGB (Red+Green+Blue) = 236+240+255=731 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.28% from 731); Green value is 240 (94.14% from 255 or 32.83% from 731); Blue value is 255 (100% from 255 or 34.88% from 731); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECF0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF0FF is #130F00. Grayscale: #F0F0F0. Windows color (decimal): -1249025 or 16773356. OLE color: 16773356.
HSL color Cylindrical-coordinate representation of color #ECF0FF: hue angle of 227.37º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECF0FF is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 236 | 240 | 255 | - |
CMYK | 0.07 | 0.06 | 0 | 0 |
HSL | 227.37º | 1% | 0.96% | - |
HSV(B) | 227.37º | 0.07% | 1% | - |
XYZ | 83.8 | 87.37 | 107.06 | - |
YUV | 240.51 | 136.17 | 124.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 240 | 255 | 0.07 | 0.06 | 0 | 0 | 227.37 | 1 | 0.96 |
Hex | EC | F0 | FF | 7 | 6 | 0 | 0 | E3 | 64 | 60 |
Octal | 354 | 360 | 377 | 7 | 6 | 0 | 0 | 343 | 144 | 140 |
Binary | 11101100 | 11110000 | 11111111 | 111 | 110 | 0 | 0 | 11100011 | 1100100 | 1100000 |
Color Harmonies of #ECF0FF
Complementary color
Monochromatic Colors of #ECF0FF
Black with #ECF0FF
Text Example
Text Example
White with #ECF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0FF; }
p { color: rgb(236,240,255); }
H1.HeaderClassName
{
color: #ECF0FF;
}
.AnyTagClassName
{
color: #ECF0FF;
}
</style>
background-color css
<style>
a { background-color: #ECF0FF; }
a { background-color: rgb(236,240,255); }
div.DivClassName
{
background-color: #ECF0FF;
}
.BgClassName
{
background-color: #ECF0FF;
}
</style>
border-color css
<style>
span { border-color: #ECF0FF; }
span { border-color: rgb(236,240,255); }
td.TdClassName
{
border-color: #ECF0FF;
}
.TagClassName
{
border-color: #ECF0FF;
}
</style>