Html Css Color HEX #EEEAFE Lavender

📋 copy color: '#EEEAFE'

red 238 ◦ green 234 ◦ blue 254

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

Shades of Lavender #EEEAFE

Tints of Lavender #EEEAFE

RGB

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

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

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

R = 32.78%
G = 32.23%
B = 34.99%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EEEAFE (or 0xEEEAFE) is known color: Lavender. HEX triplet: EE, EA and FE. RGB value is (238,234,254). Sum of RGB (Red+Green+Blue) = 238+234+254=726 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.78% from 726); Green value is 234 (91.80% from 255 or 32.23% from 726); Blue value is 254 (99.61% from 255 or 34.99% from 726); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEEAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEAFE is #111501. Grayscale: #EDEDED. Windows color (decimal): -1119490 or 16706286. OLE color: 16706286.

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

Color convert

RGB 238 234 254 -
CMYK 0.06 0.08 0 0.00
HSL 252º 0.91% 0.96% -
HSV(B) 252º 0.08% 1% -
XYZ 82.57 84.18 105.66 -
YUV 237.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 238 234 254 0.06 0.08 0 0.00 252 0.91 0.96
Hex EE EA FE 6 8 0 0 FC 5B 60
Octal 356 352 376 6 10 0 0 374 133 140
Binary 11101110 11101010 11111110 110 1000 0 0 11111100 1011011 1100000

Color Harmonies of #EEEAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEAFE

Black with #EEEAFE

Text Example


Text Example

White with #EEEAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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