Html Css Color HEX #E1E6F9 Lavender

📋 copy color: '#E1E6F9'

red 225 ◦ green 230 ◦ blue 249

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

Shades of Lavender #E1E6F9

Tints of Lavender #E1E6F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 35.37%

R = 31.96%
G = 32.67%
B = 35.37%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E1E6F9 (or 0xE1E6F9) is known color: Lavender. HEX triplet: E1, E6 and F9. RGB value is (225,230,249). Sum of RGB (Red+Green+Blue) = 225+230+249=704 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.96% from 704); Green value is 230 (90.23% from 255 or 32.67% from 704); Blue value is 249 (97.66% from 255 or 35.37% from 704); Max value from RGB is 249 - color contains mainly: blue. Hex color #E1E6F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1E6F9 is #1E1906. Grayscale: #E6E6E6. Windows color (decimal): -1972487 or 16377569. OLE color: 16377569.

HSL color Cylindrical-coordinate representation of color #E1E6F9: hue angle of 227.5º degrees, saturation: 0.67, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1E6F9 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 230 249 -
CMYK 0.10 0.08 0 0.02
HSL 227.5º 0.67% 0.93% -
HSV(B) 227.5º 0.1% 0.98% -
XYZ 76.45 79.44 100.93 -
YUV 230.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 225 230 249 0.10 0.08 0 0.02 227.5 0.67 0.93
Hex E1 E6 F9 A 8 0 2 E4 43 5D
Octal 341 346 371 12 10 0 2 344 103 135
Binary 11100001 11100110 11111001 1010 1000 0 10 11100100 1000011 1011101

Color Harmonies of #E1E6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E6F9

Black with #E1E6F9

Text Example


Text Example

White with #E1E6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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