Html Css Color HEX #E2DFFD Lavender

📋 copy color: '#E2DFFD'

red 226 ◦ green 223 ◦ blue 253

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

Shades of Lavender #E2DFFD

Tints of Lavender #E2DFFD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.77%

 BLUE value IS 253 (99.22% from 255) = 36.04%

R = 32.19%
G = 31.77%
B = 36.04%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E2DFFD (or 0xE2DFFD) is known color: Lavender. HEX triplet: E2, DF and FD. RGB value is (226,223,253). Sum of RGB (Red+Green+Blue) = 226+223+253=702 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.19% from 702); Green value is 223 (87.5% from 255 or 31.77% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2DFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DFFD is #1D2002. Grayscale: #E3E3E3. Windows color (decimal): -1908739 or 16637922. OLE color: 16637922.

HSL color Cylindrical-coordinate representation of color #E2DFFD: hue angle of 246º degrees, saturation: 0.88, 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 #E2DFFD is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 223 253 -
CMYK 0.11 0.12 0 0.01
HSL 246º 0.88% 0.93% -
HSV(B) 246º 0.12% 0.99% -
XYZ 75.48 76.04 103.63 -
YUV 227.32 142.49 127.06 -
System Red Green Blue C M Y K H S L
Decimal 226 223 253 0.11 0.12 0 0.01 246 0.88 0.93
Hex E2 DF FD B C 0 1 F6 58 5D
Octal 342 337 375 13 14 0 1 366 130 135
Binary 11100010 11011111 11111101 1011 1100 0 1 11110110 1011000 1011101

Color Harmonies of #E2DFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DFFD

Black with #E2DFFD

Text Example


Text Example

White with #E2DFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DFFD; }

 p { color: rgb(226,223,253); }

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

background-color css

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

 a { background-color: rgb(226,223,253); }

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

border-color css

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

 span { border-color: rgb(226,223,253); }

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