Html Css Color HEX #EDEAEF White Lilac

📋 copy color: '#EDEAEF'

red 237 ◦ green 234 ◦ blue 239

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

Shades of White Lilac #EDEAEF

Tints of White Lilac #EDEAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 33.66%

R = 33.38%
G = 32.96%
B = 33.66%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDEAEF (or 0xEDEAEF) is known color: White Lilac. HEX triplet: ED, EA and EF. RGB value is (237,234,239). Sum of RGB (Red+Green+Blue) = 237+234+239=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 234 (91.80% from 255 or 32.96% from 710); Blue value is 239 (93.75% from 255 or 33.66% from 710); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDEAEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAEF is #121510. Grayscale: #EBEBEB. Windows color (decimal): -1185041 or 15723245. OLE color: 15723245.

HSL color Cylindrical-coordinate representation of color #EDEAEF: hue angle of 276º degrees, saturation: 0.14, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDEAEF is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 234 239 -
CMYK 0.01 0.02 0 0.06
HSL 276º 0.14% 0.93% -
HSV(B) 276º 0.02% 0.94% -
XYZ 79.93 83.08 93.49 -
YUV 235.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 237 234 239 0.01 0.02 0 0.06 276 0.14 0.93
Hex ED EA EF 1 2 0 6 114 E 5D
Octal 355 352 357 1 2 0 6 424 16 135
Binary 11101101 11101010 11101111 1 10 0 110 100010100 1110 1011101

Color Harmonies of #EDEAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEAEF

Black with #EDEAEF

Text Example


Text Example

White with #EDEAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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