#EFEEF9

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

Shades of Lavender #EFEEF9

Tints of Lavender #EFEEF9

Color information

#EFEEF9 (or 0xEFEEF9) is unknown color: approx Lavender. HEX triplet: EF, EE and F9. RGB value is (239,238,249). Sum of RGB (Red+Green+Blue) = 239+238+249=726 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.92% from 726); Green value is 238 (93.36% from 255 or 32.78% from 726); Blue value is 249 (97.66% from 255 or 34.30% from 726); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFEEF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEF9 is #101106. Grayscale: #EFEFEF. Windows color (decimal): -1052935 or 16379631. OLE color: 16379631.

HSL color Cylindrical-coordinate representation of color #EFEEF9: hue angle of 245.45º degrees, saturation: 0.48, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFEEF9 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239238249-
CMYK0.040.0400.02
HSL245.45º47.83%95.49%-
HSV(B)245.45º4.42%97.65%-
XYZ83.2786.34101.9-
YUV239.55133.33127.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.92%
GREEN value IS 238 (93.36% from 255) = 32.78%
BLUE value IS 249 (97.66% from 255) = 34.30%
R=32.92%
G=32.78%
B=34.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392382490.040.0400.02245.4547.8395.49
HexEFEEF94402f5305f
Octal357356371440236560137
Binary111011111110111011111001100100010111101011100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEF9; }

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

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

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

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

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

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

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

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