Html Css Color HEX #E5DCFB Lavender

📋 copy color: '#E5DCFB'

red 229 ◦ green 220 ◦ blue 251

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

Shades of Lavender #E5DCFB

Tints of Lavender #E5DCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.86%

R = 32.71%
G = 31.43%
B = 35.86%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E5DCFB (or 0xE5DCFB) is known color: Lavender. HEX triplet: E5, DC and FB. RGB value is (229,220,251). Sum of RGB (Red+Green+Blue) = 229+220+251=700 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.71% from 700); Green value is 220 (86.33% from 255 or 31.43% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5DCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DCFB is #1A2304. Grayscale: #E2E2E2. Windows color (decimal): -1712901 or 16506085. OLE color: 16506085.

HSL color Cylindrical-coordinate representation of color #E5DCFB: hue angle of 257.42º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5DCFB is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 220 251 -
CMYK 0.09 0.12 0 0.02
HSL 257.42º 0.79% 0.92% -
HSV(B) 257.42º 0.12% 0.98% -
XYZ 75.32 74.81 101.74 -
YUV 226.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 229 220 251 0.09 0.12 0 0.02 257.42 0.79 0.92
Hex E5 DC FB 9 C 0 2 101 4F 5C
Octal 345 334 373 11 14 0 2 401 117 134
Binary 11100101 11011100 11111011 1001 1100 0 10 100000001 1001111 1011100

Color Harmonies of #E5DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DCFB

Black with #E5DCFB

Text Example


Text Example

White with #E5DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DCFB; }

 p { color: rgb(229,220,251); }

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

background-color css

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

 a { background-color: rgb(229,220,251); }

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

border-color css

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

 span { border-color: rgb(229,220,251); }

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