Shades of Lavender #EFEFF2
Tints of Lavender #EFEFF2
RGB
CMYK
RGB Variations
Color information
#EFEFF2 (or 0xEFEFF2) is known color: Lavender. HEX triplet: EF, EF and F2. RGB value is (239,239,242). Sum of RGB (Red+Green+Blue) = 239+239+242=720 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.19% from 720); Green value is 239 (93.75% from 255 or 33.19% from 720); Blue value is 242 (94.92% from 255 or 33.61% from 720); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFEFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEFF2 is #10100D. Grayscale: #EFEFEF. Windows color (decimal): -1052686 or 15921135. OLE color: 15921135.
HSL color Cylindrical-coordinate representation of color #EFEFF2: hue angle of 240º degrees, saturation: 0.1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EFEFF2 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 239 | 239 | 242 | - |
CMYK | 0.01 | 0.01 | 0 | 0.05 |
HSL | 240º | 0.1% | 0.94% | - |
HSV(B) | 240º | 0.01% | 0.95% | - |
XYZ | 82.49 | 86.49 | 96.35 | - |
YUV | 239.34 | 129.5 | 127.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 239 | 242 | 0.01 | 0.01 | 0 | 0.05 | 240 | 0.1 | 0.94 |
Hex | EF | EF | F2 | 1 | 1 | 0 | 5 | F0 | A | 5E |
Octal | 357 | 357 | 362 | 1 | 1 | 0 | 5 | 360 | 12 | 136 |
Binary | 11101111 | 11101111 | 11110010 | 1 | 1 | 0 | 101 | 11110000 | 1010 | 1011110 |
Color Harmonies of #EFEFF2
Complementary color
Monochromatic Colors of #EFEFF2
Black with #EFEFF2
Text Example
Text Example
White with #EFEFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEFF2; }
p { color: rgb(239,239,242); }
H1.HeaderClassName
{
color: #EFEFF2;
}
.AnyTagClassName
{
color: #EFEFF2;
}
</style>
background-color css
<style>
a { background-color: #EFEFF2; }
a { background-color: rgb(239,239,242); }
div.DivClassName
{
background-color: #EFEFF2;
}
.BgClassName
{
background-color: #EFEFF2;
}
</style>
border-color css
<style>
span { border-color: #EFEFF2; }
span { border-color: rgb(239,239,242); }
td.TdClassName
{
border-color: #EFEFF2;
}
.TagClassName
{
border-color: #EFEFF2;
}
</style>