Html Css Color HEX #E9E2FC Lavender

📋 copy color: '#E9E2FC'

red 233 ◦ green 226 ◦ blue 252

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

Shades of Lavender #E9E2FC

Tints of Lavender #E9E2FC

RGB

 RED value IS 233 (91.41% from 255) = 32.77%

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

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

R = 32.77%
G = 31.79%
B = 35.44%

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

#E9E2FC (or 0xE9E2FC) is known color: Lavender. HEX triplet: E9, E2 and FC. RGB value is (233,226,252). Sum of RGB (Red+Green+Blue) = 233+226+252=711 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.77% from 711); Green value is 226 (88.67% from 255 or 31.79% from 711); Blue value is 252 (98.83% from 255 or 35.44% from 711); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9E2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E2FC is #161D03. Grayscale: #E6E6E6. Windows color (decimal): -1449220 or 16573161. OLE color: 16573161.

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

Color convert

RGB 233 226 252 -
CMYK 0.08 0.10 0 0.01
HSL 256.15º 0.81% 0.94% -
HSV(B) 256.15º 0.1% 0.99% -
XYZ 78.37 78.74 103.16 -
YUV 231.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 233 226 252 0.08 0.10 0 0.01 256.15 0.81 0.94
Hex E9 E2 FC 8 A 0 1 100 51 5E
Octal 351 342 374 10 12 0 1 400 121 136
Binary 11101001 11100010 11111100 1000 1010 0 1 100000000 1010001 1011110

Color Harmonies of #E9E2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9E2FC

Black with #E9E2FC

Text Example


Text Example

White with #E9E2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9E2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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