Html Css Color HEX #E4DDFE Lavender

📋 copy color: '#E4DDFE'

red 228 ◦ green 221 ◦ blue 254

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

Shades of Lavender #E4DDFE

Tints of Lavender #E4DDFE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.44%

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

R = 32.43%
G = 31.44%
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

#E4DDFE (or 0xE4DDFE) is known color: Lavender. HEX triplet: E4, DD and FE. RGB value is (228,221,254). Sum of RGB (Red+Green+Blue) = 228+221+254=703 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.43% from 703); Green value is 221 (86.72% from 255 or 31.44% 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 #E4DDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DDFE is #1B2201. Grayscale: #E2E2E2. Windows color (decimal): -1778178 or 16702948. OLE color: 16702948.

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

Color convert

RGB 228 221 254 -
CMYK 0.10 0.13 0 0.00
HSL 252.73º 0.94% 0.93% -
HSV(B) 252.73º 0.13% 1% -
XYZ 75.74 75.36 104.32 -
YUV 226.86 143.32 128.82 -
System Red Green Blue C M Y K H S L
Decimal 228 221 254 0.10 0.13 0 0.00 252.73 0.94 0.93
Hex E4 DD FE A D 0 0 FD 5E 5D
Octal 344 335 376 12 15 0 0 375 136 135
Binary 11100100 11011101 11111110 1010 1101 0 0 11111101 1011110 1011101

Color Harmonies of #E4DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4DDFE

Black with #E4DDFE

Text Example


Text Example

White with #E4DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4DDFE; }

 p { color: rgb(228,221,254); }

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

background-color css

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

 a { background-color: rgb(228,221,254); }

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

border-color css

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

 span { border-color: rgb(228,221,254); }

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