#EFEDFD

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

Shades of Lavender #EFEDFD

Tints of Lavender #EFEDFD

Color information

#EFEDFD (or 0xEFEDFD) is unknown color: approx Lavender. HEX triplet: EF, ED and FD. RGB value is (239,237,253). Sum of RGB (Red+Green+Blue) = 239+237+253=729 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.78% from 729); Green value is 237 (92.97% from 255 or 32.51% from 729); Blue value is 253 (99.22% from 255 or 34.71% from 729); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFEDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDFD is #101202. Grayscale: #EFEFEF. Windows color (decimal): -1053187 or 16641519. OLE color: 16641519.

HSL color Cylindrical-coordinate representation of color #EFEDFD: hue angle of 247.5º degrees, saturation: 0.8, 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 #EFEDFD is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239237253-
CMYK0.060.0600.01
HSL247.5º80%96.08%-
HSV(B)247.5º6.32%99.22%-
XYZ83.6186.01105.12-
YUV239.42135.66127.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.78%
GREEN value IS 237 (92.97% from 255) = 32.51%
BLUE value IS 253 (99.22% from 255) = 34.71%
R=32.78%
G=32.51%
B=34.71%

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
Decimal2392372530.060.0600.01247.58096.08
HexEFEDFD6601f85060
Octal3573553756601370120140
Binary111011111110110111111101110110011111100010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDFD; }

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

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

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

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

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

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

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

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