Html Css Color HEX #E0DBFF Lavender

📋 copy color: '#E0DBFF'

red 224 ◦ green 219 ◦ blue 255

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

Shades of Lavender #E0DBFF

Tints of Lavender #E0DBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.38%

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

R = 32.09%
G = 31.38%
B = 36.53%

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

#E0DBFF (or 0xE0DBFF) is known color: Lavender. HEX triplet: E0, DB and FF. RGB value is (224,219,255). Sum of RGB (Red+Green+Blue) = 224+219+255=698 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.09% from 698); Green value is 219 (85.94% from 255 or 31.38% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DBFF is #1F2400. Grayscale: #E0E0E0. Windows color (decimal): -2040833 or 16767968. OLE color: 16767968.

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

Color convert

RGB 224 219 255 -
CMYK 0.12 0.14 0 0
HSL 248.33º 1% 0.93% -
HSV(B) 248.33º 0.14% 1% -
XYZ 74.12 73.73 104.93 -
YUV 224.6 145.16 127.57 -
System Red Green Blue C M Y K H S L
Decimal 224 219 255 0.12 0.14 0 0 248.33 1 0.93
Hex E0 DB FF C E 0 0 F8 64 5D
Octal 340 333 377 14 16 0 0 370 144 135
Binary 11100000 11011011 11111111 1100 1110 0 0 11111000 1100100 1011101

Color Harmonies of #E0DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DBFF

Black with #E0DBFF

Text Example


Text Example

White with #E0DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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