#EFEFF0

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

Shades of Lavender #EFEFF0

Tints of Lavender #EFEFF0

Color information

#EFEFF0 (or 0xEFEFF0) is unknown color: approx Lavender. HEX triplet: EF, EF and F0. RGB value is (239,239,240). Sum of RGB (Red+Green+Blue) = 239+239+240=718 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.29% from 718); Green value is 239 (93.75% from 255 or 33.29% from 718); Blue value is 240 (94.14% from 255 or 33.43% from 718); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFEFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEFF0 is #10100F. Grayscale: #EFEFEF. Windows color (decimal): -1052688 or 15790063. OLE color: 15790063.

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

Color convert

RGB239239240-
CMYK0.000.0000.06
HSL240º3.23%93.92%-
HSV(B)240º0.42%94.12%-
XYZ82.1986.3894.78-
YUV239.11128.5127.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.29%
GREEN value IS 239 (93.75% from 255) = 33.29%
BLUE value IS 240 (94.14% from 255) = 33.43%
R=33.29%
G=33.29%
B=33.43%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392392400.000.0000.062403.2393.92
HexEFEFF00006f035e
Octal35735736000063603136
Binary11101111111011111111000000011011110000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFF0; }

 p { color: rgb(239,239,240); }

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

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

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

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

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

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

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