Html Css Color HEX #E0DCFE Lavender

📋 copy color: '#E0DCFE'

red 224 ◦ green 220 ◦ blue 254

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

Shades of Lavender #E0DCFE

Tints of Lavender #E0DCFE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.52%

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

R = 32.09%
G = 31.52%
B = 36.39%

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

#E0DCFE (or 0xE0DCFE) is known color: Lavender. HEX triplet: E0, DC and FE. RGB value is (224,220,254). Sum of RGB (Red+Green+Blue) = 224+220+254=698 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.09% from 698); Green value is 220 (86.33% from 255 or 31.52% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0DCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DCFE is #1F2301. Grayscale: #E0E0E0. Windows color (decimal): -2040578 or 16702688. OLE color: 16702688.

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

Color convert

RGB 224 220 254 -
CMYK 0.12 0.13 0 0.00
HSL 247.06º 0.94% 0.93% -
HSV(B) 247.06º 0.13% 1% -
XYZ 74.22 74.19 104.17 -
YUV 225.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 224 220 254 0.12 0.13 0 0.00 247.06 0.94 0.93
Hex E0 DC FE C D 0 0 F7 5E 5D
Octal 340 334 376 14 15 0 0 367 136 135
Binary 11100000 11011100 11111110 1100 1101 0 0 11110111 1011110 1011101

Color Harmonies of #E0DCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DCFE

Black with #E0DCFE

Text Example


Text Example

White with #E0DCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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