#EDEFFF

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

Shades of Lavender #EDEFFF

Tints of Lavender #EDEFFF

Color information

#EDEFFF (or 0xEDEFFF) is unknown color: approx Lavender. HEX triplet: ED, EF and FF. RGB value is (237,239,255). Sum of RGB (Red+Green+Blue) = 237+239+255=731 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.42% from 731); Green value is 239 (93.75% from 255 or 32.69% from 731); Blue value is 255 (100% from 255 or 34.88% from 731); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDEFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFFF is #121000. Grayscale: #F0F0F0. Windows color (decimal): -1183745 or 16773101. OLE color: 16773101.

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

Color convert

RGB237239255-
CMYK0.070.0600
HSL233.33º100%96.47%-
HSV(B)233.33º7.06%100%-
XYZ83.8486.96106.97-
YUV240.23136.34125.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.42%
GREEN value IS 239 (93.75% from 255) = 32.69%
BLUE value IS 255 (100% from 255) = 34.88%
R=32.42%
G=32.69%
B=34.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372392550.070.0600233.3310096.47
HexEDEFFF7600e96460
Octal3553573777600351144140
Binary111011011110111111111111111110001110100111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFFF; }

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

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

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

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

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

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

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

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