Html Css Color HEX #E4DEFD Lavender

📋 copy color: '#E4DEFD'

red 228 ◦ green 222 ◦ blue 253

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

Shades of Lavender #E4DEFD

Tints of Lavender #E4DEFD

RGB

 RED value IS 228 (89.45% from 255) = 32.43%

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

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

R = 32.43%
G = 31.58%
B = 35.99%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E4DEFD (or 0xE4DEFD) is known color: Lavender. HEX triplet: E4, DE and FD. RGB value is (228,222,253). Sum of RGB (Red+Green+Blue) = 228+222+253=703 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.43% from 703); Green value is 222 (87.11% from 255 or 31.58% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4DEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DEFD is #1B2102. Grayscale: #E3E3E3. Windows color (decimal): -1777923 or 16637668. OLE color: 16637668.

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

Color convert

RGB 228 222 253 -
CMYK 0.10 0.12 0 0.01
HSL 251.61º 0.89% 0.93% -
HSV(B) 251.61º 0.12% 0.99% -
XYZ 75.85 75.83 103.57 -
YUV 227.33 142.49 128.48 -
System Red Green Blue C M Y K H S L
Decimal 228 222 253 0.10 0.12 0 0.01 251.61 0.89 0.93
Hex E4 DE FD A C 0 1 FC 59 5D
Octal 344 336 375 12 14 0 1 374 131 135
Binary 11100100 11011110 11111101 1010 1100 0 1 11111100 1011001 1011101

Color Harmonies of #E4DEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4DEFD

Black with #E4DEFD

Text Example


Text Example

White with #E4DEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4DEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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