Html Css Color HEX #E6EAFE Lavender

📋 copy color: '#E6EAFE'

red 230 ◦ green 234 ◦ blue 254

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

Shades of Lavender #E6EAFE

Tints of Lavender #E6EAFE

RGB

 RED value IS 230 (90.23% from 255) = 32.03%

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

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

R = 32.03%
G = 32.59%
B = 35.38%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E6EAFE (or 0xE6EAFE) is known color: Lavender. HEX triplet: E6, EA and FE. RGB value is (230,234,254). Sum of RGB (Red+Green+Blue) = 230+234+254=718 (95% of max value = 765). Red value is 230 (90.23% from 255 or 32.03% from 718); Green value is 234 (91.80% from 255 or 32.59% from 718); Blue value is 254 (99.61% from 255 or 35.38% from 718); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6EAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EAFE is #191501. Grayscale: #EBEBEB. Windows color (decimal): -1643778 or 16706278. OLE color: 16706278.

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

Color convert

RGB 230 234 254 -
CMYK 0.09 0.08 0 0.00
HSL 230º 0.92% 0.95% -
HSV(B) 230º 0.09% 1% -
XYZ 79.95 82.82 105.54 -
YUV 235.08 138.67 124.37 -
System Red Green Blue C M Y K H S L
Decimal 230 234 254 0.09 0.08 0 0.00 230 0.92 0.95
Hex E6 EA FE 9 8 0 0 E6 5C 5F
Octal 346 352 376 11 10 0 0 346 134 137
Binary 11100110 11101010 11111110 1001 1000 0 0 11100110 1011100 1011111

Color Harmonies of #E6EAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6EAFE

Black with #E6EAFE

Text Example


Text Example

White with #E6EAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6EAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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