Shades of Solitude #ECEFF5
Tints of Solitude #ECEFF5
RGB
CMYK
RGB Variations
Color information
#ECEFF5 (or 0xECEFF5) is known color: Solitude. HEX triplet: EC, EF and F5. RGB value is (236,239,245). Sum of RGB (Red+Green+Blue) = 236+239+245=720 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.78% from 720); Green value is 239 (93.75% from 255 or 33.19% from 720); Blue value is 245 (96.09% from 255 or 34.03% from 720); Max value from RGB is 245 - color contains mainly: blue. Hex color #ECEFF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEFF5 is #13100A. Grayscale: #EEEEEE. Windows color (decimal): -1249291 or 16117740. OLE color: 16117740.
HSL color Cylindrical-coordinate representation of color #ECEFF5: hue angle of 220º degrees, saturation: 0.31, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ECEFF5 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 236 | 239 | 245 | - |
CMYK | 0.04 | 0.02 | 0 | 0.04 |
HSL | 220º | 0.31% | 0.94% | - |
HSV(B) | 220º | 0.04% | 0.96% | - |
XYZ | 81.94 | 86.16 | 98.7 | - |
YUV | 238.79 | 131.51 | 126.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 239 | 245 | 0.04 | 0.02 | 0 | 0.04 | 220 | 0.31 | 0.94 |
Hex | EC | EF | F5 | 4 | 2 | 0 | 4 | DC | 1F | 5E |
Octal | 354 | 357 | 365 | 4 | 2 | 0 | 4 | 334 | 37 | 136 |
Binary | 11101100 | 11101111 | 11110101 | 100 | 10 | 0 | 100 | 11011100 | 11111 | 1011110 |
Color Harmonies of #ECEFF5
Complementary color
Monochromatic Colors of #ECEFF5
Black with #ECEFF5
Text Example
Text Example
White with #ECEFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEFF5; }
p { color: rgb(236,239,245); }
H1.HeaderClassName
{
color: #ECEFF5;
}
.AnyTagClassName
{
color: #ECEFF5;
}
</style>
background-color css
<style>
a { background-color: #ECEFF5; }
a { background-color: rgb(236,239,245); }
div.DivClassName
{
background-color: #ECEFF5;
}
.BgClassName
{
background-color: #ECEFF5;
}
</style>
border-color css
<style>
span { border-color: #ECEFF5; }
span { border-color: rgb(236,239,245); }
td.TdClassName
{
border-color: #ECEFF5;
}
.TagClassName
{
border-color: #ECEFF5;
}
</style>