Html Css Color HEX #E0DCFF Lavender

📋 copy color: '#E0DCFF'

red 224 ◦ green 220 ◦ blue 255

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

Shades of Lavender #E0DCFF

Tints of Lavender #E0DCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.48%

R = 32.05%
G = 31.47%
B = 36.48%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E0DCFF (or 0xE0DCFF) is known color: Lavender. HEX triplet: E0, DC and FF. RGB value is (224,220,255). Sum of RGB (Red+Green+Blue) = 224+220+255=699 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.05% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DCFF is #1F2300. Grayscale: #E1E1E1. Windows color (decimal): -2040577 or 16768224. OLE color: 16768224.

HSL color Cylindrical-coordinate representation of color #E0DCFF: hue angle of 246.86º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E0DCFF is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 224 220 255 -
CMYK 0.12 0.14 0 0
HSL 246.86º 1% 0.93% -
HSV(B) 246.86º 0.14% 1% -
XYZ 74.38 74.25 105.02 -
YUV 225.19 144.83 127.15 -
System Red Green Blue C M Y K H S L
Decimal 224 220 255 0.12 0.14 0 0 246.86 1 0.93
Hex E0 DC FF C E 0 0 F7 64 5D
Octal 340 334 377 14 16 0 0 367 144 135
Binary 11100000 11011100 11111111 1100 1110 0 0 11110111 1100100 1011101

Color Harmonies of #E0DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DCFF

Black with #E0DCFF

Text Example


Text Example

White with #E0DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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