Html Css Color HEX #E2DCFC Lavender

📋 copy color: '#E2DCFC'

red 226 ◦ green 220 ◦ blue 252

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

Shades of Lavender #E2DCFC

Tints of Lavender #E2DCFC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.52%

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

R = 32.38%
G = 31.52%
B = 36.1%

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

#E2DCFC (or 0xE2DCFC) is known color: Lavender. HEX triplet: E2, DC and FC. RGB value is (226,220,252). Sum of RGB (Red+Green+Blue) = 226+220+252=698 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.38% from 698); Green value is 220 (86.33% from 255 or 31.52% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2DCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DCFC is #1D2303. Grayscale: #E1E1E1. Windows color (decimal): -1909508 or 16571618. OLE color: 16571618.

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

Color convert

RGB 226 220 252 -
CMYK 0.10 0.13 0 0.01
HSL 251.25º 0.84% 0.93% -
HSV(B) 251.25º 0.13% 0.99% -
XYZ 74.53 74.38 102.52 -
YUV 225.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 226 220 252 0.10 0.13 0 0.01 251.25 0.84 0.93
Hex E2 DC FC A D 0 1 FB 54 5D
Octal 342 334 374 12 15 0 1 373 124 135
Binary 11100010 11011100 11111100 1010 1101 0 1 11111011 1010100 1011101

Color Harmonies of #E2DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DCFC

Black with #E2DCFC

Text Example


Text Example

White with #E2DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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