#EDEFFE

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

Shades of Lavender #EDEFFE

Tints of Lavender #EDEFFE

Color information

#EDEFFE (or 0xEDEFFE) is unknown color: approx Lavender. HEX triplet: ED, EF and FE. RGB value is (237,239,254). Sum of RGB (Red+Green+Blue) = 237+239+254=730 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.47% from 730); Green value is 239 (93.75% from 255 or 32.74% from 730); Blue value is 254 (99.61% from 255 or 34.79% from 730); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDEFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFFE is #121001. Grayscale: #F0F0F0. Windows color (decimal): -1183746 or 16707565. OLE color: 16707565.

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

Color convert

RGB237239254-
CMYK0.070.0600.00
HSL232.94º89.47%96.27%-
HSV(B)232.94º6.69%99.61%-
XYZ83.6886.89106.13-
YUV240.11135.84125.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.47%
GREEN value IS 239 (93.75% from 255) = 32.74%
BLUE value IS 254 (99.61% from 255) = 34.79%
R=32.47%
G=32.74%
B=34.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372392540.070.0600.00232.9489.4796.27
HexEDEFFE7600e95960
Octal3553573767600351131140
Binary111011011110111111111110111110001110100110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFFE; }

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

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

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

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

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

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

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

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