Html Css Color HEX #E0E0FC Lavender

📋 copy color: '#E0E0FC'

red 224 ◦ green 224 ◦ blue 252

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

Shades of Lavender #E0E0FC

Tints of Lavender #E0E0FC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32%

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

R = 32%
G = 32%
B = 36%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E0E0FC (or 0xE0E0FC) is known color: Lavender. HEX triplet: E0, E0 and FC. RGB value is (224,224,252). Sum of RGB (Red+Green+Blue) = 224+224+252=700 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32% from 700); Green value is 224 (87.89% from 255 or 32% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0E0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E0FC is #1F1F03. Grayscale: #E3E3E3. Windows color (decimal): -2039556 or 16572640. OLE color: 16572640.

HSL color Cylindrical-coordinate representation of color #E0E0FC: hue angle of 240º 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 #E0E0FC is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 224 252 -
CMYK 0.11 0.11 0 0.01
HSL 240º 0.82% 0.93% -
HSV(B) 240º 0.11% 0.99% -
XYZ 74.97 76.19 102.85 -
YUV 227.19 142 125.72 -
System Red Green Blue C M Y K H S L
Decimal 224 224 252 0.11 0.11 0 0.01 240 0.82 0.93
Hex E0 E0 FC B B 0 1 F0 52 5D
Octal 340 340 374 13 13 0 1 360 122 135
Binary 11100000 11100000 11111100 1011 1011 0 1 11110000 1010010 1011101

Color Harmonies of #E0E0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E0FC

Black with #E0E0FC

Text Example


Text Example

White with #E0E0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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