#EFEEFD

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

Shades of Lavender #EFEEFD

Tints of Lavender #EFEEFD

Color information

#EFEEFD (or 0xEFEEFD) is unknown color: approx Lavender. HEX triplet: EF, EE and FD. RGB value is (239,238,253). Sum of RGB (Red+Green+Blue) = 239+238+253=730 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.74% from 730); Green value is 238 (93.36% from 255 or 32.60% from 730); Blue value is 253 (99.22% from 255 or 34.66% from 730); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFEEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEFD is #101102. Grayscale: #EFEFEF. Windows color (decimal): -1052931 or 16641775. OLE color: 16641775.

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

Color convert

RGB239238253-
CMYK0.060.0600.01
HSL244º78.95%96.27%-
HSV(B)244º5.93%99.22%-
XYZ83.986.59105.22-
YUV240.01135.33127.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.74%
GREEN value IS 238 (93.36% from 255) = 32.60%
BLUE value IS 253 (99.22% from 255) = 34.66%
R=32.74%
G=32.60%
B=34.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392382530.060.0600.0124478.9596.27
HexEFEEFD6601f44f60
Octal3573563756601364117140
Binary111011111110111011111101110110011111010010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEFD; }

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

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

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

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

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

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

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

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