Html Css Color HEX #E5DEFD Lavender

📋 copy color: '#E5DEFD'

red 229 ◦ green 222 ◦ blue 253

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

Shades of Lavender #E5DEFD

Tints of Lavender #E5DEFD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.53%

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

R = 32.53%
G = 31.53%
B = 35.94%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E5DEFD (or 0xE5DEFD) is known color: Lavender. HEX triplet: E5, DE and FD. RGB value is (229,222,253). Sum of RGB (Red+Green+Blue) = 229+222+253=704 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.53% from 704); Green value is 222 (87.11% from 255 or 31.53% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5DEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DEFD is #1A2102. Grayscale: #E3E3E3. Windows color (decimal): -1712387 or 16637669. OLE color: 16637669.

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

Color convert

RGB 229 222 253 -
CMYK 0.09 0.12 0 0.01
HSL 253.55º 0.89% 0.93% -
HSV(B) 253.55º 0.12% 0.99% -
XYZ 76.16 75.99 103.58 -
YUV 227.63 142.32 128.98 -
System Red Green Blue C M Y K H S L
Decimal 229 222 253 0.09 0.12 0 0.01 253.55 0.89 0.93
Hex E5 DE FD 9 C 0 1 FE 59 5D
Octal 345 336 375 11 14 0 1 376 131 135
Binary 11100101 11011110 11111101 1001 1100 0 1 11111110 1011001 1011101

Color Harmonies of #E5DEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DEFD

Black with #E5DEFD

Text Example


Text Example

White with #E5DEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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