Shades of Twilight Blue #F0F1ED
Tints of Twilight Blue #F0F1ED
RGB
CMYK
RGB Variations
Color information
#F0F1ED (or 0xF0F1ED) is known color: Twilight Blue. HEX triplet: F0, F1 and ED. RGB value is (240,241,237). Sum of RGB (Red+Green+Blue) = 240+241+237=718 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.43% from 718); Green value is 241 (94.53% from 255 or 33.57% from 718); Blue value is 237 (92.97% from 255 or 33.01% from 718); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F1ED is #0F0E12. Grayscale: #F0F0F0. Windows color (decimal): -986643 or 15593968. OLE color: 15593968.
HSL color Cylindrical-coordinate representation of color #F0F1ED: hue angle of 75º degrees, saturation: 0.12, 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 #F0F1ED is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 240 | 241 | 237 | - |
CMYK | 0.00 | 0 | 0.02 | 0.05 |
HSL | 75º | 0.13% | 0.94% | - |
HSV(B) | 75º | 0.02% | 0.95% | - |
XYZ | 82.68 | 87.55 | 92.66 | - |
YUV | 240.25 | 126.17 | 127.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 241 | 237 | 0.00 | 0 | 0.02 | 0.05 | 75 | 0.13 | 0.94 |
Hex | F0 | F1 | ED | 0 | 0 | 2 | 5 | 4B | C | 5E |
Octal | 360 | 361 | 355 | 0 | 0 | 2 | 5 | 113 | 14 | 136 |
Binary | 11110000 | 11110001 | 11101101 | 0 | 0 | 10 | 101 | 1001011 | 1100 | 1011110 |
Color Harmonies of #F0F1ED
Complementary color
Monochromatic Colors of #F0F1ED
Black with #F0F1ED
Text Example
Text Example
White with #F0F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F1ED; }
p { color: rgb(240,241,237); }
H1.HeaderClassName
{
color: #F0F1ED;
}
.AnyTagClassName
{
color: #F0F1ED;
}
</style>
background-color css
<style>
a { background-color: #F0F1ED; }
a { background-color: rgb(240,241,237); }
div.DivClassName
{
background-color: #F0F1ED;
}
.BgClassName
{
background-color: #F0F1ED;
}
</style>
border-color css
<style>
span { border-color: #F0F1ED; }
span { border-color: rgb(240,241,237); }
td.TdClassName
{
border-color: #F0F1ED;
}
.TagClassName
{
border-color: #F0F1ED;
}
</style>