Shades of Twilight Blue #EFF2E4
Tints of Twilight Blue #EFF2E4
RGB
CMYK
RGB Variations
Color information
#EFF2E4 (or 0xEFF2E4) is known color: Twilight Blue. HEX triplet: EF, F2 and E4. RGB value is (239,242,228). Sum of RGB (Red+Green+Blue) = 239+242+228=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 242 (94.92% from 255 or 34.13% from 709); Blue value is 228 (89.45% from 255 or 32.16% from 709); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF2E4 is #100D1B. Grayscale: #EFEFEF. Windows color (decimal): -1051932 or 15004399. OLE color: 15004399.
HSL color Cylindrical-coordinate representation of color #EFF2E4: hue angle of 72.86º degrees, saturation: 0.35, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFF2E4 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 228 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.05 |
| HSL | 72.86º | 0.35% | 0.92% | - |
| HSV(B) | 72.86º | 0.06% | 0.95% | - |
| XYZ | 81.35 | 87.46 | 85.99 | - |
| YUV | 239.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 228 | 0.01 | 0 | 0.06 | 0.05 | 72.86 | 0.35 | 0.92 |
| Hex | EF | F2 | E4 | 1 | 0 | 6 | 5 | 49 | 23 | 5C |
| Octal | 357 | 362 | 344 | 1 | 0 | 6 | 5 | 111 | 43 | 134 |
| Binary | 11101111 | 11110010 | 11100100 | 1 | 0 | 110 | 101 | 1001001 | 100011 | 1011100 |
Color Harmonies of #EFF2E4
Complementary color
Monochromatic Colors of #EFF2E4
Black with #EFF2E4
Text Example
Text Example
White with #EFF2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF2E4; }
p { color: rgb(239,242,228); }
H1.HeaderClassName
{
color: #EFF2E4;
}
.AnyTagClassName
{
color: #EFF2E4;
}
</style>
background-color css
<style>
a { background-color: #EFF2E4; }
a { background-color: rgb(239,242,228); }
div.DivClassName
{
background-color: #EFF2E4;
}
.BgClassName
{
background-color: #EFF2E4;
}
</style>
border-color css
<style>
span { border-color: #EFF2E4; }
span { border-color: rgb(239,242,228); }
td.TdClassName
{
border-color: #EFF2E4;
}
.TagClassName
{
border-color: #EFF2E4;
}
</style>