Html Css Color HEX #E3DCFD Lavender

📋 copy color: '#E3DCFD'

red 227 ◦ green 220 ◦ blue 253

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

Shades of Lavender #E3DCFD

Tints of Lavender #E3DCFD

RGB

 RED value IS 227 (89.06% from 255) = 32.43%

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

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

R = 32.43%
G = 31.43%
B = 36.14%

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

#E3DCFD (or 0xE3DCFD) is known color: Lavender. HEX triplet: E3, DC and FD. RGB value is (227,220,253). Sum of RGB (Red+Green+Blue) = 227+220+253=700 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.43% from 700); Green value is 220 (86.33% from 255 or 31.43% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #E3DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DCFD is #1C2302. Grayscale: #E1E1E1. Windows color (decimal): -1843971 or 16637155. OLE color: 16637155.

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

Color convert

RGB 227 220 253 -
CMYK 0.10 0.13 0 0.01
HSL 252.73º 0.89% 0.93% -
HSV(B) 252.73º 0.13% 0.99% -
XYZ 75 74.61 103.38 -
YUV 225.86 143.32 128.82 -
System Red Green Blue C M Y K H S L
Decimal 227 220 253 0.10 0.13 0 0.01 252.73 0.89 0.93
Hex E3 DC FD A D 0 1 FD 59 5D
Octal 343 334 375 12 15 0 1 375 131 135
Binary 11100011 11011100 11111101 1010 1101 0 1 11111101 1011001 1011101

Color Harmonies of #E3DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3DCFD

Black with #E3DCFD

Text Example


Text Example

White with #E3DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3DCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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