#EDEEF6

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

Shades of Lavender #EDEEF6

Tints of Lavender #EDEEF6

Color information

#EDEEF6 (or 0xEDEEF6) is unknown color: approx Lavender. HEX triplet: ED, EE and F6. RGB value is (237,238,246). Sum of RGB (Red+Green+Blue) = 237+238+246=721 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.87% from 721); Green value is 238 (93.36% from 255 or 33.01% from 721); Blue value is 246 (96.48% from 255 or 34.12% from 721); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDEEF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEEF6 is #121109. Grayscale: #EEEEEE. Windows color (decimal): -1184010 or 16183021. OLE color: 16183021.

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

Color convert

RGB237238246-
CMYK0.040.0300.04
HSL233.33º33.33%94.71%-
HSV(B)233.33º3.66%96.47%-
XYZ82.1385.8199.42-
YUV238.61132.17126.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.87%
GREEN value IS 238 (93.36% from 255) = 33.01%
BLUE value IS 246 (96.48% from 255) = 34.12%
R=32.87%
G=33.01%
B=34.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372382460.040.0300.04233.3333.3394.71
HexEDEEF64304e9215f
Octal355356366430435141137
Binary111011011110111011110110100110100111010011000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEEF6; }

 p { color: rgb(237,238,246); }

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

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

 a { background-color: rgb(237,238,246); }

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

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

 span { border-color: rgb(237,238,246); }

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