Html Css Color HEX #E4DCFB Lavender

📋 copy color: '#E4DCFB'

red 228 ◦ green 220 ◦ blue 251

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

Shades of Lavender #E4DCFB

Tints of Lavender #E4DCFB

RGB

 RED value IS 228 (89.45% from 255) = 32.62%

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

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

R = 32.62%
G = 31.47%
B = 35.91%

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

#E4DCFB (or 0xE4DCFB) is known color: Lavender. HEX triplet: E4, DC and FB. RGB value is (228,220,251). Sum of RGB (Red+Green+Blue) = 228+220+251=699 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.62% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #E4DCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DCFB is #1B2304. Grayscale: #E1E1E1. Windows color (decimal): -1778437 or 16506084. OLE color: 16506084.

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

Color convert

RGB 228 220 251 -
CMYK 0.09 0.12 0 0.02
HSL 255.48º 0.79% 0.92% -
HSV(B) 255.48º 0.12% 0.98% -
XYZ 75 74.65 101.72 -
YUV 225.93 142.15 129.48 -
System Red Green Blue C M Y K H S L
Decimal 228 220 251 0.09 0.12 0 0.02 255.48 0.79 0.92
Hex E4 DC FB 9 C 0 2 FF 4F 5C
Octal 344 334 373 11 14 0 2 377 117 134
Binary 11100100 11011100 11111011 1001 1100 0 10 11111111 1001111 1011100

Color Harmonies of #E4DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4DCFB

Black with #E4DCFB

Text Example


Text Example

White with #E4DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4DCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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