Shades of Twilight Blue #F2F4ED
Tints of Twilight Blue #F2F4ED
RGB
CMYK
RGB Variations
Color information
#F2F4ED (or 0xF2F4ED) is known color: Twilight Blue. HEX triplet: F2, F4 and ED. RGB value is (242,244,237). Sum of RGB (Red+Green+Blue) = 242+244+237=723 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.47% from 723); Green value is 244 (95.70% from 255 or 33.75% from 723); Blue value is 237 (92.97% from 255 or 32.78% from 723); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F4ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F4ED is #0D0B12. Grayscale: #F2F2F2. Windows color (decimal): -854803 or 15594738. OLE color: 15594738.
HSL color Cylindrical-coordinate representation of color #F2F4ED: hue angle of 77.14º degrees, saturation: 0.24, 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 #F2F4ED is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 242 | 244 | 237 | - |
CMYK | 0.01 | 0 | 0.03 | 0.04 |
HSL | 77.14º | 0.24% | 0.94% | - |
HSV(B) | 77.14º | 0.03% | 0.96% | - |
XYZ | 84.25 | 89.69 | 92.99 | - |
YUV | 242.6 | 124.84 | 127.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 244 | 237 | 0.01 | 0 | 0.03 | 0.04 | 77.14 | 0.24 | 0.94 |
Hex | F2 | F4 | ED | 1 | 0 | 3 | 4 | 4D | 18 | 5E |
Octal | 362 | 364 | 355 | 1 | 0 | 3 | 4 | 115 | 30 | 136 |
Binary | 11110010 | 11110100 | 11101101 | 1 | 0 | 11 | 100 | 1001101 | 11000 | 1011110 |
Color Harmonies of #F2F4ED
Complementary color
Monochromatic Colors of #F2F4ED
Black with #F2F4ED
Text Example
Text Example
White with #F2F4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F4ED; }
p { color: rgb(242,244,237); }
H1.HeaderClassName
{
color: #F2F4ED;
}
.AnyTagClassName
{
color: #F2F4ED;
}
</style>
background-color css
<style>
a { background-color: #F2F4ED; }
a { background-color: rgb(242,244,237); }
div.DivClassName
{
background-color: #F2F4ED;
}
.BgClassName
{
background-color: #F2F4ED;
}
</style>
border-color css
<style>
span { border-color: #F2F4ED; }
span { border-color: rgb(242,244,237); }
td.TdClassName
{
border-color: #F2F4ED;
}
.TagClassName
{
border-color: #F2F4ED;
}
</style>