Html Css Color HEX #E2DBFC Lavender

📋 copy color: '#E2DBFC'

red 226 ◦ green 219 ◦ blue 252

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

Shades of Lavender #E2DBFC

Tints of Lavender #E2DBFC

RGB

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

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

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

R = 32.42%
G = 31.42%
B = 36.15%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E2DBFC (or 0xE2DBFC) is known color: Lavender. HEX triplet: E2, DB and FC. RGB value is (226,219,252). Sum of RGB (Red+Green+Blue) = 226+219+252=697 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.42% from 697); Green value is 219 (85.94% from 255 or 31.42% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2DBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DBFC is #1D2403. Grayscale: #E0E0E0. Windows color (decimal): -1909764 or 16571362. OLE color: 16571362.

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

Color convert

RGB 226 219 252 -
CMYK 0.10 0.13 0 0.01
HSL 252.73º 0.85% 0.92% -
HSV(B) 252.73º 0.13% 0.99% -
XYZ 74.27 73.86 102.44 -
YUV 224.86 143.32 128.82 -
System Red Green Blue C M Y K H S L
Decimal 226 219 252 0.10 0.13 0 0.01 252.73 0.85 0.92
Hex E2 DB FC A D 0 1 FD 55 5C
Octal 342 333 374 12 15 0 1 375 125 134
Binary 11100010 11011011 11111100 1010 1101 0 1 11111101 1010101 1011100

Color Harmonies of #E2DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DBFC

Black with #E2DBFC

Text Example


Text Example

White with #E2DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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