Html Css Color HEX #E2DBFE Lavender

📋 copy color: '#E2DBFE'

red 226 ◦ green 219 ◦ blue 254

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

Shades of Lavender #E2DBFE

Tints of Lavender #E2DBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.34%

R = 32.33%
G = 31.33%
B = 36.34%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E2DBFE (or 0xE2DBFE) is known color: Lavender. HEX triplet: E2, DB and FE. RGB value is (226,219,254). Sum of RGB (Red+Green+Blue) = 226+219+254=699 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.33% from 699); Green value is 219 (85.94% from 255 or 31.33% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2DBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DBFE is #1D2401. Grayscale: #E0E0E0. Windows color (decimal): -1909762 or 16702434. OLE color: 16702434.

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

Color convert

RGB 226 219 254 -
CMYK 0.11 0.14 0 0.00
HSL 252º 0.95% 0.93% -
HSV(B) 252º 0.14% 1% -
XYZ 74.58 73.99 104.12 -
YUV 225.08 144.32 128.65 -
System Red Green Blue C M Y K H S L
Decimal 226 219 254 0.11 0.14 0 0.00 252 0.95 0.93
Hex E2 DB FE B E 0 0 FC 5F 5D
Octal 342 333 376 13 16 0 0 374 137 135
Binary 11100010 11011011 11111110 1011 1110 0 0 11111100 1011111 1011101

Color Harmonies of #E2DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DBFE

Black with #E2DBFE

Text Example


Text Example

White with #E2DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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