Html Css Color HEX #E4E6FE Lavender

📋 copy color: '#E4E6FE'

red 228 ◦ green 230 ◦ blue 254

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

Shades of Lavender #E4E6FE

Tints of Lavender #E4E6FE

RGB

 RED value IS 228 (89.45% from 255) = 32.02%

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

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

R = 32.02%
G = 32.3%
B = 35.67%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E4E6FE (or 0xE4E6FE) is known color: Lavender. HEX triplet: E4, E6 and FE. RGB value is (228,230,254). Sum of RGB (Red+Green+Blue) = 228+230+254=712 (94% of max value = 765). Red value is 228 (89.45% from 255 or 32.02% from 712); Green value is 230 (90.23% from 255 or 32.30% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4E6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4E6FE is #1B1901. Grayscale: #E8E8E8. Windows color (decimal): -1775874 or 16705252. OLE color: 16705252.

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

Color convert

RGB 228 230 254 -
CMYK 0.10 0.09 0 0.00
HSL 235.38º 0.93% 0.95% -
HSV(B) 235.38º 0.1% 1% -
XYZ 78.18 80.24 105.13 -
YUV 232.14 140.34 125.05 -
System Red Green Blue C M Y K H S L
Decimal 228 230 254 0.10 0.09 0 0.00 235.38 0.93 0.95
Hex E4 E6 FE A 9 0 0 EB 5D 5F
Octal 344 346 376 12 11 0 0 353 135 137
Binary 11100100 11100110 11111110 1010 1001 0 0 11101011 1011101 1011111

Color Harmonies of #E4E6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4E6FE

Black with #E4E6FE

Text Example


Text Example

White with #E4E6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4E6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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