Shades of Solitude #ECEEF5
Tints of Solitude #ECEEF5
RGB
CMYK
RGB Variations
Color information
#ECEEF5 (or 0xECEEF5) is known color: Solitude. HEX triplet: EC, EE and F5. RGB value is (236,238,245). Sum of RGB (Red+Green+Blue) = 236+238+245=719 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.82% from 719); Green value is 238 (93.36% from 255 or 33.10% from 719); Blue value is 245 (96.09% from 255 or 34.08% from 719); Max value from RGB is 245 - color contains mainly: blue. Hex color #ECEEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEEF5 is #13110A. Grayscale: #EEEEEE. Windows color (decimal): -1249547 or 16117484. OLE color: 16117484.
HSL color Cylindrical-coordinate representation of color #ECEEF5: hue angle of 226.67º 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 #ECEEF5 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 236 | 238 | 245 | - |
CMYK | 0.04 | 0.03 | 0 | 0.04 |
HSL | 226.67º | 0.31% | 0.94% | - |
HSV(B) | 226.67º | 0.04% | 0.96% | - |
XYZ | 81.65 | 85.57 | 98.6 | - |
YUV | 238.2 | 131.84 | 126.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 238 | 245 | 0.04 | 0.03 | 0 | 0.04 | 226.67 | 0.31 | 0.94 |
Hex | EC | EE | F5 | 4 | 3 | 0 | 4 | E3 | 1F | 5E |
Octal | 354 | 356 | 365 | 4 | 3 | 0 | 4 | 343 | 37 | 136 |
Binary | 11101100 | 11101110 | 11110101 | 100 | 11 | 0 | 100 | 11100011 | 11111 | 1011110 |
Color Harmonies of #ECEEF5
Complementary color
Monochromatic Colors of #ECEEF5
Black with #ECEEF5
Text Example
Text Example
White with #ECEEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEEF5; }
p { color: rgb(236,238,245); }
H1.HeaderClassName
{
color: #ECEEF5;
}
.AnyTagClassName
{
color: #ECEEF5;
}
</style>
background-color css
<style>
a { background-color: #ECEEF5; }
a { background-color: rgb(236,238,245); }
div.DivClassName
{
background-color: #ECEEF5;
}
.BgClassName
{
background-color: #ECEEF5;
}
</style>
border-color css
<style>
span { border-color: #ECEEF5; }
span { border-color: rgb(236,238,245); }
td.TdClassName
{
border-color: #ECEEF5;
}
.TagClassName
{
border-color: #ECEEF5;
}
</style>