Html Css Color HEX #E4DEFA Lavender

📋 copy color: '#E4DEFA'

red 228 ◦ green 222 ◦ blue 250

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

Shades of Lavender #E4DEFA

Tints of Lavender #E4DEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.71%

 BLUE value IS 250 (98.05% from 255) = 35.71%

R = 32.57%
G = 31.71%
B = 35.71%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E4DEFA (or 0xE4DEFA) is known color: Lavender. HEX triplet: E4, DE and FA. RGB value is (228,222,250). Sum of RGB (Red+Green+Blue) = 228+222+250=700 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.57% from 700); Green value is 222 (87.11% from 255 or 31.71% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4DEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DEFA is #1B2105. Grayscale: #E2E2E2. Windows color (decimal): -1777926 or 16441060. OLE color: 16441060.

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

Color convert

RGB 228 222 250 -
CMYK 0.09 0.11 0 0.02
HSL 252.86º 0.74% 0.93% -
HSV(B) 252.86º 0.11% 0.98% -
XYZ 75.37 75.64 101.07 -
YUV 226.99 140.99 128.72 -
System Red Green Blue C M Y K H S L
Decimal 228 222 250 0.09 0.11 0 0.02 252.86 0.74 0.93
Hex E4 DE FA 9 B 0 2 FD 4A 5D
Octal 344 336 372 11 13 0 2 375 112 135
Binary 11100100 11011110 11111010 1001 1011 0 10 11111101 1001010 1011101

Color Harmonies of #E4DEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4DEFA

Black with #E4DEFA

Text Example


Text Example

White with #E4DEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4DEFA; }

 p { color: rgb(228,222,250); }

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

background-color css

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

 a { background-color: rgb(228,222,250); }

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

border-color css

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

 span { border-color: rgb(228,222,250); }

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