Html Css Color HEX #E0DDFE Lavender

📋 copy color: '#E0DDFE'

red 224 ◦ green 221 ◦ blue 254

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

Shades of Lavender #E0DDFE

Tints of Lavender #E0DDFE

RGB

 RED value IS 224 (87.89% from 255) = 32.05%

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

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

R = 32.05%
G = 31.62%
B = 36.34%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E0DDFE (or 0xE0DDFE) is known color: Lavender. HEX triplet: E0, DD and FE. RGB value is (224,221,254). Sum of RGB (Red+Green+Blue) = 224+221+254=699 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.05% from 699); Green value is 221 (86.72% from 255 or 31.62% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0DDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DDFE is #1F2201. Grayscale: #E1E1E1. Windows color (decimal): -2040322 or 16702944. OLE color: 16702944.

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

Color convert

RGB 224 221 254 -
CMYK 0.12 0.13 0 0.00
HSL 245.45º 0.94% 0.93% -
HSV(B) 245.45º 0.13% 1% -
XYZ 74.49 74.72 104.26 -
YUV 225.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 224 221 254 0.12 0.13 0 0.00 245.45 0.94 0.93
Hex E0 DD FE C D 0 0 F5 5E 5D
Octal 340 335 376 14 15 0 0 365 136 135
Binary 11100000 11011101 11111110 1100 1101 0 0 11110101 1011110 1011101

Color Harmonies of #E0DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DDFE

Black with #E0DDFE

Text Example


Text Example

White with #E0DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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