#EDEAFC

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

Shades of Lavender #EDEAFC

Tints of Lavender #EDEAFC

Color information

#EDEAFC (or 0xEDEAFC) is unknown color: approx Lavender. HEX triplet: ED, EA and FC. RGB value is (237,234,252). Sum of RGB (Red+Green+Blue) = 237+234+252=723 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.78% from 723); Green value is 234 (91.80% from 255 or 32.37% from 723); Blue value is 252 (98.83% from 255 or 34.85% from 723); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDEAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAFC is #121503. Grayscale: #ECECEC. Windows color (decimal): -1185028 or 16575213. OLE color: 16575213.

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

Color convert

RGB237234252-
CMYK0.060.0700.01
HSL250º75%95.29%-
HSV(B)250º7.14%98.82%-
XYZ81.9283.88103.97-
YUV236.95136.49128.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.78%
GREEN value IS 234 (91.80% from 255) = 32.37%
BLUE value IS 252 (98.83% from 255) = 34.85%
R=32.78%
G=32.37%
B=34.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372342520.060.0700.012507595.29
HexEDEAFC6701fa4b5f
Octal3553523746701372113137
Binary111011011110101011111100110111011111101010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEAFC; }

 p { color: rgb(237,234,252); }

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

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

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

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

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

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

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