Html Css Color HEX #E5DCFA Lavender

📋 copy color: '#E5DCFA'

red 229 ◦ green 220 ◦ blue 250

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

Shades of Lavender #E5DCFA

Tints of Lavender #E5DCFA

RGB

 RED value IS 229 (89.84% from 255) = 32.76%

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

 BLUE value IS 250 (98.05% from 255) = 35.77%

R = 32.76%
G = 31.47%
B = 35.77%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E5DCFA (or 0xE5DCFA) is known color: Lavender. HEX triplet: E5, DC and FA. RGB value is (229,220,250). Sum of RGB (Red+Green+Blue) = 229+220+250=699 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.76% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5DCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DCFA is #1A2305. Grayscale: #E2E2E2. Windows color (decimal): -1712902 or 16440549. OLE color: 16440549.

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

Color convert

RGB 229 220 250 -
CMYK 0.08 0.12 0 0.02
HSL 258º 0.75% 0.92% -
HSV(B) 258º 0.12% 0.98% -
XYZ 75.16 74.75 100.91 -
YUV 226.11 141.48 130.06 -
System Red Green Blue C M Y K H S L
Decimal 229 220 250 0.08 0.12 0 0.02 258 0.75 0.92
Hex E5 DC FA 8 C 0 2 102 4B 5C
Octal 345 334 372 10 14 0 2 402 113 134
Binary 11100101 11011100 11111010 1000 1100 0 10 100000010 1001011 1011100

Color Harmonies of #E5DCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DCFA

Black with #E5DCFA

Text Example


Text Example

White with #E5DCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DCFA; }

 p { color: rgb(229,220,250); }

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

background-color css

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

 a { background-color: rgb(229,220,250); }

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

border-color css

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

 span { border-color: rgb(229,220,250); }

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