Html Css Color HEX #E5DCFD Lavender

📋 copy color: '#E5DCFD'

red 229 ◦ green 220 ◦ blue 253

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

Shades of Lavender #E5DCFD

Tints of Lavender #E5DCFD

RGB

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

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

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

R = 32.62%
G = 31.34%
B = 36.04%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E5DCFD (or 0xE5DCFD) is known color: Lavender. HEX triplet: E5, DC and FD. RGB value is (229,220,253). Sum of RGB (Red+Green+Blue) = 229+220+253=702 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.62% from 702); Green value is 220 (86.33% from 255 or 31.34% 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 #E5DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DCFD is #1A2302. Grayscale: #E2E2E2. Windows color (decimal): -1712899 or 16637157. OLE color: 16637157.

HSL color Cylindrical-coordinate representation of color #E5DCFD: hue angle of 256.36º degrees, saturation: 0.89, 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 #E5DCFD is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 220 253 -
CMYK 0.09 0.13 0 0.01
HSL 256.36º 0.89% 0.93% -
HSV(B) 256.36º 0.13% 0.99% -
XYZ 75.64 74.94 103.41 -
YUV 226.45 142.98 129.82 -
System Red Green Blue C M Y K H S L
Decimal 229 220 253 0.09 0.13 0 0.01 256.36 0.89 0.93
Hex E5 DC FD 9 D 0 1 100 59 5D
Octal 345 334 375 11 15 0 1 400 131 135
Binary 11100101 11011100 11111101 1001 1101 0 1 100000000 1011001 1011101

Color Harmonies of #E5DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DCFD

Black with #E5DCFD

Text Example


Text Example

White with #E5DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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