Shades of Solitude #ECEEF2
Tints of Solitude #ECEEF2
RGB
CMYK
RGB Variations
Color information
#ECEEF2 (or 0xECEEF2) is known color: Solitude. HEX triplet: EC, EE and F2. RGB value is (236,238,242). Sum of RGB (Red+Green+Blue) = 236+238+242=716 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.96% from 716); Green value is 238 (93.36% from 255 or 33.24% from 716); Blue value is 242 (94.92% from 255 or 33.80% from 716); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECEEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEEF2 is #13110D. Grayscale: #EDEDED. Windows color (decimal): -1249550 or 15920876. OLE color: 15920876.
HSL color Cylindrical-coordinate representation of color #ECEEF2: hue angle of 220º degrees, saturation: 0.19, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ECEEF2 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 238 | 242 | - |
CMYK | 0.02 | 0.02 | 0 | 0.05 |
HSL | 220º | 0.19% | 0.94% | - |
HSV(B) | 220º | 0.02% | 0.95% | - |
XYZ | 81.19 | 85.39 | 96.21 | - |
YUV | 237.86 | 130.34 | 126.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 238 | 242 | 0.02 | 0.02 | 0 | 0.05 | 220 | 0.19 | 0.94 |
Hex | EC | EE | F2 | 2 | 2 | 0 | 5 | DC | 13 | 5E |
Octal | 354 | 356 | 362 | 2 | 2 | 0 | 5 | 334 | 23 | 136 |
Binary | 11101100 | 11101110 | 11110010 | 10 | 10 | 0 | 101 | 11011100 | 10011 | 1011110 |
Color Harmonies of #ECEEF2
Complementary color
Monochromatic Colors of #ECEEF2
Black with #ECEEF2
Text Example
Text Example
White with #ECEEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEEF2; }
p { color: rgb(236,238,242); }
H1.HeaderClassName
{
color: #ECEEF2;
}
.AnyTagClassName
{
color: #ECEEF2;
}
</style>
background-color css
<style>
a { background-color: #ECEEF2; }
a { background-color: rgb(236,238,242); }
div.DivClassName
{
background-color: #ECEEF2;
}
.BgClassName
{
background-color: #ECEEF2;
}
</style>
border-color css
<style>
span { border-color: #ECEEF2; }
span { border-color: rgb(236,238,242); }
td.TdClassName
{
border-color: #ECEEF2;
}
.TagClassName
{
border-color: #ECEEF2;
}
</style>