Html Css Color HEX #E2DBFF Lavender

📋 copy color: '#E2DBFF'

red 226 ◦ green 219 ◦ blue 255

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

Shades of Lavender #E2DBFF

Tints of Lavender #E2DBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.29%

 BLUE value IS 255 (100% from 255) = 36.43%

R = 32.29%
G = 31.29%
B = 36.43%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E2DBFF (or 0xE2DBFF) is known color: Lavender. HEX triplet: E2, DB and FF. RGB value is (226,219,255). Sum of RGB (Red+Green+Blue) = 226+219+255=700 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.29% from 700); Green value is 219 (85.94% from 255 or 31.29% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DBFF is #1D2400. Grayscale: #E1E1E1. Windows color (decimal): -1909761 or 16767970. OLE color: 16767970.

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

Color convert

RGB 226 219 255 -
CMYK 0.11 0.14 0 0
HSL 251.67º 1% 0.93% -
HSV(B) 251.67º 0.14% 1% -
XYZ 74.75 74.05 104.96 -
YUV 225.2 144.82 128.57 -
System Red Green Blue C M Y K H S L
Decimal 226 219 255 0.11 0.14 0 0 251.67 1 0.93
Hex E2 DB FF B E 0 0 FC 64 5D
Octal 342 333 377 13 16 0 0 374 144 135
Binary 11100010 11011011 11111111 1011 1110 0 0 11111100 1100100 1011101

Color Harmonies of #E2DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DBFF

Black with #E2DBFF

Text Example


Text Example

White with #E2DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DBFF; }

 p { color: rgb(226,219,255); }

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

background-color css

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

 a { background-color: rgb(226,219,255); }

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

border-color css

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

 span { border-color: rgb(226,219,255); }

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