Html Css Color HEX #EDEDFE Lavender

📋 copy color: '#EDEDFE'

red 237 ◦ green 237 ◦ blue 254

#EDEDFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender #EDEDFE

Tints of Lavender #EDEDFE

RGB

 RED value IS 237 (92.97% from 255) = 32.55%

 GREEN value IS 237 (92.97% from 255) = 32.55%

 BLUE value IS 254 (99.61% from 255) = 34.89%

R = 32.55%
G = 32.55%
B = 34.89%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDEDFE (or 0xEDEDFE) is known color: Lavender. HEX triplet: ED, ED and FE. RGB value is (237,237,254). Sum of RGB (Red+Green+Blue) = 237+237+254=728 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.55% from 728); Green value is 237 (92.97% from 255 or 32.55% from 728); Blue value is 254 (99.61% from 255 or 34.89% from 728); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDEDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDFE is #121201. Grayscale: #EEEEEE. Windows color (decimal): -1184258 or 16707053. OLE color: 16707053.

HSL color Cylindrical-coordinate representation of color #EDEDFE: hue angle of 240º 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 #EDEDFE is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 237 254 -
CMYK 0.07 0.07 0 0.00
HSL 240º 0.89% 0.96% -
HSV(B) 240º 0.07% 1% -
XYZ 83.1 85.73 105.93 -
YUV 238.94 136.5 126.62 -
System Red Green Blue C M Y K H S L
Decimal 237 237 254 0.07 0.07 0 0.00 240 0.89 0.96
Hex ED ED FE 7 7 0 0 F0 59 60
Octal 355 355 376 7 7 0 0 360 131 140
Binary 11101101 11101101 11111110 111 111 0 0 11110000 1011001 1100000

Color Harmonies of #EDEDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDFE

Black with #EDEDFE

Text Example


Text Example

White with #EDEDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDFE; }

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

 H1.HeaderClassName
 {
   color: #EDEDFE;
 }
 .AnyTagClassName
 {
   color: #EDEDFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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