Html Css Color HEX #E1E6FD Lavender

📋 copy color: '#E1E6FD'

red 225 ◦ green 230 ◦ blue 253

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

Shades of Lavender #E1E6FD

Tints of Lavender #E1E6FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 35.73%

R = 31.78%
G = 32.49%
B = 35.73%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E1E6FD (or 0xE1E6FD) is known color: Lavender. HEX triplet: E1, E6 and FD. RGB value is (225,230,253). Sum of RGB (Red+Green+Blue) = 225+230+253=708 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.78% from 708); Green value is 230 (90.23% from 255 or 32.49% from 708); Blue value is 253 (99.22% from 255 or 35.73% from 708); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1E6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1E6FD is #1E1902. Grayscale: #E7E7E7. Windows color (decimal): -1972483 or 16639713. OLE color: 16639713.

HSL color Cylindrical-coordinate representation of color #E1E6FD: hue angle of 229.29º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1E6FD is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 230 253 -
CMYK 0.11 0.09 0 0.01
HSL 229.29º 0.88% 0.94% -
HSV(B) 229.29º 0.11% 0.99% -
XYZ 77.08 79.69 104.25 -
YUV 231.13 140.34 123.63 -
System Red Green Blue C M Y K H S L
Decimal 225 230 253 0.11 0.09 0 0.01 229.29 0.88 0.94
Hex E1 E6 FD B 9 0 1 E5 58 5E
Octal 341 346 375 13 11 0 1 345 130 136
Binary 11100001 11100110 11111101 1011 1001 0 1 11100101 1011000 1011110

Color Harmonies of #E1E6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E6FD

Black with #E1E6FD

Text Example


Text Example

White with #E1E6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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