Html Css Color HEX #E4DCFE Lavender

📋 copy color: '#E4DCFE'

red 228 ◦ green 220 ◦ blue 254

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

Shades of Lavender #E4DCFE

Tints of Lavender #E4DCFE

RGB

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

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

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

R = 32.48%
G = 31.34%
B = 36.18%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E4DCFE (or 0xE4DCFE) is known color: Lavender. HEX triplet: E4, DC and FE. RGB value is (228,220,254). Sum of RGB (Red+Green+Blue) = 228+220+254=702 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.48% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4DCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DCFE is #1B2301. Grayscale: #E2E2E2. Windows color (decimal): -1778434 or 16702692. OLE color: 16702692.

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

Color convert

RGB 228 220 254 -
CMYK 0.10 0.13 0 0.00
HSL 254.12º 0.94% 0.93% -
HSV(B) 254.12º 0.13% 1% -
XYZ 75.48 74.84 104.23 -
YUV 226.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 228 220 254 0.10 0.13 0 0.00 254.12 0.94 0.93
Hex E4 DC FE A D 0 0 FE 5E 5D
Octal 344 334 376 12 15 0 0 376 136 135
Binary 11100100 11011100 11111110 1010 1101 0 0 11111110 1011110 1011101

Color Harmonies of #E4DCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4DCFE

Black with #E4DCFE

Text Example


Text Example

White with #E4DCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4DCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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