Html Css Color HEX #EDEDFF Lavender

📋 copy color: '#EDEDFF'

red 237 ◦ green 237 ◦ blue 255

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

Shades of Lavender #EDEDFF

Tints of Lavender #EDEDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 34.98%

R = 32.51%
G = 32.51%
B = 34.98%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDEDFF (or 0xEDEDFF) is known color: Lavender. HEX triplet: ED, ED and FF. RGB value is (237,237,255). Sum of RGB (Red+Green+Blue) = 237+237+255=729 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.51% from 729); Green value is 237 (92.97% from 255 or 32.51% from 729); Blue value is 255 (100% from 255 or 34.98% from 729); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDEDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDFF is #121200. Grayscale: #EEEEEE. Windows color (decimal): -1184257 or 16772589. OLE color: 16772589.

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

Color convert

RGB 237 237 255 -
CMYK 0.07 0.07 0 0
HSL 240º 1% 0.96% -
HSV(B) 240º 0.07% 1% -
XYZ 83.26 85.79 106.78 -
YUV 239.05 137 126.54 -
System Red Green Blue C M Y K H S L
Decimal 237 237 255 0.07 0.07 0 0 240 1 0.96
Hex ED ED FF 7 7 0 0 F0 64 60
Octal 355 355 377 7 7 0 0 360 144 140
Binary 11101101 11101101 11111111 111 111 0 0 11110000 1100100 1100000

Color Harmonies of #EDEDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDFF

Black with #EDEDFF

Text Example


Text Example

White with #EDEDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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