#EDEDF3

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

Shades of Lavender #EDEDF3

Tints of Lavender #EDEDF3

Color information

#EDEDF3 (or 0xEDEDF3) is unknown color: approx Lavender. HEX triplet: ED, ED and F3. RGB value is (237,237,243). Sum of RGB (Red+Green+Blue) = 237+237+243=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 237 (92.97% from 255 or 33.05% from 717); Blue value is 243 (95.31% from 255 or 33.89% from 717); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDEDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDF3 is #12120C. Grayscale: #EDEDED. Windows color (decimal): -1184269 or 15986157. OLE color: 15986157.

HSL color Cylindrical-coordinate representation of color #EDEDF3: hue angle of 240º degrees, saturation: 0.2, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDEDF3 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237237243-
CMYK0.020.0200.05
HSL240º20%94.12%-
HSV(B)240º2.47%95.29%-
XYZ81.3985.0496.92-
YUV237.68131127.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.05%
GREEN value IS 237 (92.97% from 255) = 33.05%
BLUE value IS 243 (95.31% from 255) = 33.89%
R=33.05%
G=33.05%
B=33.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372372430.020.0200.052402094.12
HexEDEDF32205f0145e
Octal355355363220536024136
Binary1110110111101101111100111010010111110000101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDF3; }

 p { color: rgb(237,237,243); }

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

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

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

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

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

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

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