Html Css Color HEX #E8E2FC Lavender

📋 copy color: '#E8E2FC'

red 232 ◦ green 226 ◦ blue 252

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

Shades of Lavender #E8E2FC

Tints of Lavender #E8E2FC

RGB

 RED value IS 232 (91.02% from 255) = 32.68%

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

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

R = 32.68%
G = 31.83%
B = 35.49%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E8E2FC (or 0xE8E2FC) is known color: Lavender. HEX triplet: E8, E2 and FC. RGB value is (232,226,252). Sum of RGB (Red+Green+Blue) = 232+226+252=710 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.68% from 710); Green value is 226 (88.67% from 255 or 31.83% from 710); Blue value is 252 (98.83% from 255 or 35.49% from 710); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8E2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8E2FC is #171D03. Grayscale: #E6E6E6. Windows color (decimal): -1514756 or 16573160. OLE color: 16573160.

HSL color Cylindrical-coordinate representation of color #E8E2FC: hue angle of 253.85º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E8E2FC is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 232 226 252 -
CMYK 0.08 0.10 0 0.01
HSL 253.85º 0.81% 0.94% -
HSV(B) 253.85º 0.1% 0.99% -
XYZ 78.05 78.58 103.15 -
YUV 230.76 139.99 128.89 -
System Red Green Blue C M Y K H S L
Decimal 232 226 252 0.08 0.10 0 0.01 253.85 0.81 0.94
Hex E8 E2 FC 8 A 0 1 FE 51 5E
Octal 350 342 374 10 12 0 1 376 121 136
Binary 11101000 11100010 11111100 1000 1010 0 1 11111110 1010001 1011110

Color Harmonies of #E8E2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8E2FC

Black with #E8E2FC

Text Example


Text Example

White with #E8E2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8E2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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