#EFEEFF

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

Shades of Lavender #EFEEFF

Tints of Lavender #EFEEFF

Color information

#EFEEFF (or 0xEFEEFF) is unknown color: approx Lavender. HEX triplet: EF, EE and FF. RGB value is (239,238,255). Sum of RGB (Red+Green+Blue) = 239+238+255=732 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.65% from 732); Green value is 238 (93.36% from 255 or 32.51% from 732); Blue value is 255 (100% from 255 or 34.84% from 732); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFEEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEFF is #101100. Grayscale: #F0F0F0. Windows color (decimal): -1052929 or 16772847. OLE color: 16772847.

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

Color convert

RGB239238255-
CMYK0.060.0700
HSL243.53º100%96.67%-
HSV(B)243.53º6.67%100%-
XYZ84.2286.72106.91-
YUV240.24136.33127.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.65%
GREEN value IS 238 (93.36% from 255) = 32.51%
BLUE value IS 255 (100% from 255) = 34.84%
R=32.65%
G=32.51%
B=34.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392382550.060.0700243.5310096.67
HexEFEEFF6700f46461
Octal3573563776700364144141
Binary111011111110111011111111110111001111010011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEFF; }

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

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

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

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

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

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

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

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