Html Css Color HEX #EDE9FF Lavender

📋 copy color: '#EDE9FF'

red 237 ◦ green 233 ◦ blue 255

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

Shades of Lavender #EDE9FF

Tints of Lavender #EDE9FF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 32.14%

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

R = 32.69%
G = 32.14%
B = 35.17%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDE9FF (or 0xEDE9FF) is known color: Lavender. HEX triplet: ED, E9 and FF. RGB value is (237,233,255). Sum of RGB (Red+Green+Blue) = 237+233+255=725 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.69% from 725); Green value is 233 (91.41% from 255 or 32.14% from 725); Blue value is 255 (100% from 255 or 35.17% from 725); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDE9FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9FF is #121600. Grayscale: #ECECEC. Windows color (decimal): -1185281 or 16771565. OLE color: 16771565.

HSL color Cylindrical-coordinate representation of color #EDE9FF: hue angle of 250.91º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDE9FF is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 237 233 255 -
CMYK 0.07 0.09 0 0
HSL 250.91º 1% 0.96% -
HSV(B) 250.91º 0.09% 1% -
XYZ 82.11 83.5 106.4 -
YUV 236.7 138.33 128.21 -
System Red Green Blue C M Y K H S L
Decimal 237 233 255 0.07 0.09 0 0 250.91 1 0.96
Hex ED E9 FF 7 9 0 0 FB 64 60
Octal 355 351 377 7 11 0 0 373 144 140
Binary 11101101 11101001 11111111 111 1001 0 0 11111011 1100100 1100000

Color Harmonies of #EDE9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE9FF

Black with #EDE9FF

Text Example


Text Example

White with #EDE9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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