Html Css Color HEX #EDEAFF Lavender

📋 copy color: '#EDEAFF'

red 237 ◦ green 234 ◦ blue 255

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

Shades of Lavender #EDEAFF

Tints of Lavender #EDEAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 32.23%

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

R = 32.64%
G = 32.23%
B = 35.12%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDEAFF (or 0xEDEAFF) is known color: Lavender. HEX triplet: ED, EA and FF. RGB value is (237,234,255). Sum of RGB (Red+Green+Blue) = 237+234+255=726 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.64% from 726); Green value is 234 (91.80% from 255 or 32.23% from 726); Blue value is 255 (100% from 255 or 35.12% from 726); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDEAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAFF is #121500. Grayscale: #EDEDED. Windows color (decimal): -1185025 or 16771821. OLE color: 16771821.

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

Color convert

RGB 237 234 255 -
CMYK 0.07 0.08 0 0
HSL 248.57º 1% 0.96% -
HSV(B) 248.57º 0.08% 1% -
XYZ 82.4 84.07 106.49 -
YUV 237.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 237 234 255 0.07 0.08 0 0 248.57 1 0.96
Hex ED EA FF 7 8 0 0 F9 64 60
Octal 355 352 377 7 10 0 0 371 144 140
Binary 11101101 11101010 11111111 111 1000 0 0 11111001 1100100 1100000

Color Harmonies of #EDEAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEAFF

Black with #EDEAFF

Text Example


Text Example

White with #EDEAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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