Shades of Solitude #ECEFF4
Tints of Solitude #ECEFF4
RGB
CMYK
RGB Variations
Color information
#ECEFF4 (or 0xECEFF4) is known color: Solitude. HEX triplet: EC, EF and F4. RGB value is (236,239,244). Sum of RGB (Red+Green+Blue) = 236+239+244=719 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.82% from 719); Green value is 239 (93.75% from 255 or 33.24% from 719); Blue value is 244 (95.70% from 255 or 33.94% from 719); Max value from RGB is 244 - color contains mainly: blue. Hex color #ECEFF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEFF4 is #13100B. Grayscale: #EEEEEE. Windows color (decimal): -1249292 or 16052204. OLE color: 16052204.
HSL color Cylindrical-coordinate representation of color #ECEFF4: hue angle of 217.5º degrees, saturation: 0.27, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ECEFF4 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 236 | 239 | 244 | - |
CMYK | 0.03 | 0.02 | 0 | 0.04 |
HSL | 217.5º | 0.27% | 0.94% | - |
HSV(B) | 217.5º | 0.03% | 0.96% | - |
XYZ | 81.79 | 86.1 | 97.9 | - |
YUV | 238.67 | 131.01 | 126.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 239 | 244 | 0.03 | 0.02 | 0 | 0.04 | 217.5 | 0.27 | 0.94 |
Hex | EC | EF | F4 | 3 | 2 | 0 | 4 | DA | 1B | 5E |
Octal | 354 | 357 | 364 | 3 | 2 | 0 | 4 | 332 | 33 | 136 |
Binary | 11101100 | 11101111 | 11110100 | 11 | 10 | 0 | 100 | 11011010 | 11011 | 1011110 |
Color Harmonies of #ECEFF4
Complementary color
Monochromatic Colors of #ECEFF4
Black with #ECEFF4
Text Example
Text Example
White with #ECEFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEFF4; }
p { color: rgb(236,239,244); }
H1.HeaderClassName
{
color: #ECEFF4;
}
.AnyTagClassName
{
color: #ECEFF4;
}
</style>
background-color css
<style>
a { background-color: #ECEFF4; }
a { background-color: rgb(236,239,244); }
div.DivClassName
{
background-color: #ECEFF4;
}
.BgClassName
{
background-color: #ECEFF4;
}
</style>
border-color css
<style>
span { border-color: #ECEFF4; }
span { border-color: rgb(236,239,244); }
td.TdClassName
{
border-color: #ECEFF4;
}
.TagClassName
{
border-color: #ECEFF4;
}
</style>