Html Css Color HEX #E0E2FC Lavender

📋 copy color: '#E0E2FC'

red 224 ◦ green 226 ◦ blue 252

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

Shades of Lavender #E0E2FC

Tints of Lavender #E0E2FC

RGB

 RED value IS 224 (87.89% from 255) = 31.91%

 GREEN value IS 226 (88.67% from 255) = 32.19%

 BLUE value IS 252 (98.83% from 255) = 35.9%

R = 31.91%
G = 32.19%
B = 35.9%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E0E2FC (or 0xE0E2FC) is known color: Lavender. HEX triplet: E0, E2 and FC. RGB value is (224,226,252). Sum of RGB (Red+Green+Blue) = 224+226+252=702 (92% of max value = 765). Red value is 224 (87.89% from 255 or 31.91% from 702); Green value is 226 (88.67% from 255 or 32.19% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0E2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E2FC is #1F1D03. Grayscale: #E4E4E4. Windows color (decimal): -2039044 or 16573152. OLE color: 16573152.

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

Color convert

RGB 224 226 252 -
CMYK 0.11 0.10 0 0.01
HSL 235.71º 0.82% 0.93% -
HSV(B) 235.71º 0.11% 0.99% -
XYZ 75.51 77.27 103.03 -
YUV 228.37 141.34 124.89 -
System Red Green Blue C M Y K H S L
Decimal 224 226 252 0.11 0.10 0 0.01 235.71 0.82 0.93
Hex E0 E2 FC B A 0 1 EC 52 5D
Octal 340 342 374 13 12 0 1 354 122 135
Binary 11100000 11100010 11111100 1011 1010 0 1 11101100 1010010 1011101

Color Harmonies of #E0E2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E2FC

Black with #E0E2FC

Text Example


Text Example

White with #E0E2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E2FC; }

 p { color: rgb(224,226,252); }

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

background-color css

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

 a { background-color: rgb(224,226,252); }

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

border-color css

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

 span { border-color: rgb(224,226,252); }

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