Html Css Color HEX #E1E6FF Lavender

📋 copy color: '#E1E6FF'

red 225 ◦ green 230 ◦ blue 255

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

Shades of Lavender #E1E6FF

Tints of Lavender #E1E6FF

RGB

 RED value IS 225 (88.28% from 255) = 31.69%

 GREEN value IS 230 (90.23% from 255) = 32.39%

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

R = 31.69%
G = 32.39%
B = 35.92%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E1E6FF (or 0xE1E6FF) is known color: Lavender. HEX triplet: E1, E6 and FF. RGB value is (225,230,255). Sum of RGB (Red+Green+Blue) = 225+230+255=710 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.69% from 710); Green value is 230 (90.23% from 255 or 32.39% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1E6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1E6FF is #1E1900. Grayscale: #E7E7E7. Windows color (decimal): -1972481 or 16770785. OLE color: 16770785.

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

Color convert

RGB 225 230 255 -
CMYK 0.12 0.10 0 0
HSL 230º 1% 0.94% -
HSV(B) 230º 0.12% 1% -
XYZ 77.4 79.82 105.94 -
YUV 231.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 225 230 255 0.12 0.10 0 0 230 1 0.94
Hex E1 E6 FF C A 0 0 E6 64 5E
Octal 341 346 377 14 12 0 0 346 144 136
Binary 11100001 11100110 11111111 1100 1010 0 0 11100110 1100100 1011110

Color Harmonies of #E1E6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E6FF

Black with #E1E6FF

Text Example


Text Example

White with #E1E6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E6FF; }

 p { color: rgb(225,230,255); }

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

background-color css

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

 a { background-color: rgb(225,230,255); }

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

border-color css

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

 span { border-color: rgb(225,230,255); }

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