Html Css Color HEX #EDEDFA Lavender

📋 copy color: '#EDEDFA'

red 237 ◦ green 237 ◦ blue 250

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

Shades of Lavender #EDEDFA

Tints of Lavender #EDEDFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 34.53%

R = 32.73%
G = 32.73%
B = 34.53%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDEDFA (or 0xEDEDFA) is known color: Lavender. HEX triplet: ED, ED and FA. RGB value is (237,237,250). Sum of RGB (Red+Green+Blue) = 237+237+250=724 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.73% from 724); Green value is 237 (92.97% from 255 or 32.73% from 724); Blue value is 250 (98.05% from 255 or 34.53% from 724); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDEDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDFA is #121205. Grayscale: #EEEEEE. Windows color (decimal): -1184262 or 16444909. OLE color: 16444909.

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

Color convert

RGB 237 237 250 -
CMYK 0.05 0.05 0 0.02
HSL 240º 0.57% 0.95% -
HSV(B) 240º 0.05% 0.98% -
XYZ 82.46 85.48 102.59 -
YUV 238.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 237 237 250 0.05 0.05 0 0.02 240 0.57 0.95
Hex ED ED FA 5 5 0 2 F0 39 5F
Octal 355 355 372 5 5 0 2 360 71 137
Binary 11101101 11101101 11111010 101 101 0 10 11110000 111001 1011111

Color Harmonies of #EDEDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDFA

Black with #EDEDFA

Text Example


Text Example

White with #EDEDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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