Html Css Color HEX #E2DEFC Lavender

📋 copy color: '#E2DEFC'

red 226 ◦ green 222 ◦ blue 252

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

Shades of Lavender #E2DEFC

Tints of Lavender #E2DEFC

RGB

 RED value IS 226 (88.67% from 255) = 32.29%

 GREEN value IS 222 (87.11% from 255) = 31.71%

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

R = 32.29%
G = 31.71%
B = 36%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E2DEFC (or 0xE2DEFC) is known color: Lavender. HEX triplet: E2, DE and FC. RGB value is (226,222,252). Sum of RGB (Red+Green+Blue) = 226+222+252=700 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.29% from 700); Green value is 222 (87.11% from 255 or 31.71% 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 #E2DEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DEFC is #1D2103. Grayscale: #E2E2E2. Windows color (decimal): -1908996 or 16572130. OLE color: 16572130.

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

Color convert

RGB 226 222 252 -
CMYK 0.10 0.12 0 0.01
HSL 248º 0.83% 0.93% -
HSV(B) 248º 0.12% 0.99% -
XYZ 75.06 75.44 102.7 -
YUV 226.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 226 222 252 0.10 0.12 0 0.01 248 0.83 0.93
Hex E2 DE FC A C 0 1 F8 53 5D
Octal 342 336 374 12 14 0 1 370 123 135
Binary 11100010 11011110 11111100 1010 1100 0 1 11111000 1010011 1011101

Color Harmonies of #E2DEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DEFC

Black with #E2DEFC

Text Example


Text Example

White with #E2DEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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