Html Css Color HEX #E5DCFE Lavender

📋 copy color: '#E5DCFE'

red 229 ◦ green 220 ◦ blue 254

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

Shades of Lavender #E5DCFE

Tints of Lavender #E5DCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.13%

R = 32.57%
G = 31.29%
B = 36.13%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E5DCFE (or 0xE5DCFE) is known color: Lavender. HEX triplet: E5, DC and FE. RGB value is (229,220,254). Sum of RGB (Red+Green+Blue) = 229+220+254=703 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.57% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5DCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DCFE is #1A2301. Grayscale: #E2E2E2. Windows color (decimal): -1712898 or 16702693. OLE color: 16702693.

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

Color convert

RGB 229 220 254 -
CMYK 0.10 0.13 0 0.00
HSL 255.88º 0.94% 0.93% -
HSV(B) 255.88º 0.13% 1% -
XYZ 75.8 75 104.25 -
YUV 226.57 143.48 129.74 -
System Red Green Blue C M Y K H S L
Decimal 229 220 254 0.10 0.13 0 0.00 255.88 0.94 0.93
Hex E5 DC FE A D 0 0 100 5E 5D
Octal 345 334 376 12 15 0 0 400 136 135
Binary 11100101 11011100 11111110 1010 1101 0 0 100000000 1011110 1011101

Color Harmonies of #E5DCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DCFE

Black with #E5DCFE

Text Example


Text Example

White with #E5DCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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