Html Css Color HEX #E5DDFE Lavender

📋 copy color: '#E5DDFE'

red 229 ◦ green 221 ◦ blue 254

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

Shades of Lavender #E5DDFE

Tints of Lavender #E5DDFE

RGB

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

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

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

R = 32.53%
G = 31.39%
B = 36.08%

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

#E5DDFE (or 0xE5DDFE) is known color: Lavender. HEX triplet: E5, DD and FE. RGB value is (229,221,254). Sum of RGB (Red+Green+Blue) = 229+221+254=704 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.53% from 704); Green value is 221 (86.72% from 255 or 31.39% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5DDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DDFE is #1A2201. Grayscale: #E3E3E3. Windows color (decimal): -1712642 or 16702949. OLE color: 16702949.

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

Color convert

RGB 229 221 254 -
CMYK 0.10 0.13 0 0.00
HSL 254.55º 0.94% 0.93% -
HSV(B) 254.55º 0.13% 1% -
XYZ 76.06 75.53 104.34 -
YUV 227.15 143.15 129.32 -
System Red Green Blue C M Y K H S L
Decimal 229 221 254 0.10 0.13 0 0.00 254.55 0.94 0.93
Hex E5 DD FE A D 0 0 FF 5E 5D
Octal 345 335 376 12 15 0 0 377 136 135
Binary 11100101 11011101 11111110 1010 1101 0 0 11111111 1011110 1011101

Color Harmonies of #E5DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DDFE

Black with #E5DDFE

Text Example


Text Example

White with #E5DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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