Html Css Color HEX #EEEDFE Lavender

📋 copy color: '#EEEDFE'

red 238 ◦ green 237 ◦ blue 254

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

Shades of Lavender #EEEDFE

Tints of Lavender #EEEDFE

RGB

 RED value IS 238 (93.36% from 255) = 32.65%

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

 BLUE value IS 254 (99.61% from 255) = 34.84%

R = 32.65%
G = 32.51%
B = 34.84%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EEEDFE (or 0xEEEDFE) is known color: Lavender. HEX triplet: EE, ED and FE. RGB value is (238,237,254). Sum of RGB (Red+Green+Blue) = 238+237+254=729 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.65% from 729); Green value is 237 (92.97% from 255 or 32.51% from 729); Blue value is 254 (99.61% from 255 or 34.84% from 729); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEEDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEDFE is #111201. Grayscale: #EFEFEF. Windows color (decimal): -1118722 or 16707054. OLE color: 16707054.

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

Color convert

RGB 238 237 254 -
CMYK 0.06 0.07 0 0.00
HSL 243.53º 0.89% 0.96% -
HSV(B) 243.53º 0.07% 1% -
XYZ 83.43 85.9 105.95 -
YUV 239.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 238 237 254 0.06 0.07 0 0.00 243.53 0.89 0.96
Hex EE ED FE 6 7 0 0 F4 59 60
Octal 356 355 376 6 7 0 0 364 131 140
Binary 11101110 11101101 11111110 110 111 0 0 11110100 1011001 1100000

Color Harmonies of #EEEDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEDFE

Black with #EEEDFE

Text Example


Text Example

White with #EEEDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEDFE; }

 p { color: rgb(238,237,254); }

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

background-color css

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

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

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

border-color css

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

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

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