Html Css Color HEX #E2DBFB Lavender

📋 copy color: '#E2DBFB'

red 226 ◦ green 219 ◦ blue 251

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

Shades of Lavender #E2DBFB

Tints of Lavender #E2DBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.06%

R = 32.47%
G = 31.47%
B = 36.06%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2DBFB (or 0xE2DBFB) is known color: Lavender. HEX triplet: E2, DB and FB. RGB value is (226,219,251). Sum of RGB (Red+Green+Blue) = 226+219+251=696 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.47% from 696); Green value is 219 (85.94% from 255 or 31.47% from 696); Blue value is 251 (98.44% from 255 or 36.06% from 696); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2DBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DBFB is #1D2404. Grayscale: #E0E0E0. Windows color (decimal): -1909765 or 16505826. OLE color: 16505826.

HSL color Cylindrical-coordinate representation of color #E2DBFB: hue angle of 253.12º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2DBFB is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 219 251 -
CMYK 0.10 0.13 0 0.02
HSL 253.13º 0.8% 0.92% -
HSV(B) 253.13º 0.13% 0.98% -
XYZ 74.11 73.8 101.61 -
YUV 224.74 142.82 128.9 -
System Red Green Blue C M Y K H S L
Decimal 226 219 251 0.10 0.13 0 0.02 253.13 0.8 0.92
Hex E2 DB FB A D 0 2 FD 50 5C
Octal 342 333 373 12 15 0 2 375 120 134
Binary 11100010 11011011 11111011 1010 1101 0 10 11111101 1010000 1011100

Color Harmonies of #E2DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DBFB

Black with #E2DBFB

Text Example


Text Example

White with #E2DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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