#EFEEFE

Color #EFEEFE Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender #EFEEFE

Tints of Lavender #EFEEFE

Color information

#EFEEFE (or 0xEFEEFE) is unknown color: approx Lavender. HEX triplet: EF, EE and FE. RGB value is (239,238,254). Sum of RGB (Red+Green+Blue) = 239+238+254=731 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.69% from 731); Green value is 238 (93.36% from 255 or 32.56% from 731); Blue value is 254 (99.61% from 255 or 34.75% from 731); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFEEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEFE is #101101. Grayscale: #F0F0F0. Windows color (decimal): -1052930 or 16707311. OLE color: 16707311.

HSL color Cylindrical-coordinate representation of color #EFEEFE: hue angle of 243.75º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFEEFE is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB239238254-
CMYK0.060.0600.00
HSL243.75º88.89%96.47%-
HSV(B)243.75º6.3%99.61%-
XYZ84.0686.66106.06-
YUV240.12135.83127.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 32.69%
GREEN value IS 238 (93.36% from 255) = 32.56%
BLUE value IS 254 (99.61% from 255) = 34.75%
R=32.69%
G=32.56%
B=34.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392382540.060.0600.00243.7588.8996.47
HexEFEEFE6600f45960
Octal3573563766600364131140
Binary111011111110111011111110110110001111010010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEFE; }

 p { color: rgb(239,238,254); }

 H1.HeaderClassName
 {
   color: #EFEEFE;
 }
 .AnyTagClassName
 {
   color: #EFEEFE;
 }
</style>
background-color css

<style>
 a { background-color: #EFEEFE; }

 a { background-color: rgb(239,238,254); }

 div.DivClassName
 {
   background-color: #EFEEFE;
 }
 .BgClassName
 {
   background-color: #EFEEFE;
 }
</style>
border-color css

<style>
 span { border-color: #EFEEFE; }

 span { border-color: rgb(239,238,254); }

 td.TdClassName
 {
   border-color: #EFEEFE;
 }
 .TagClassName
 {
   border-color: #EFEEFE;
 }
</style>