Html Css Color HEX #E7DEFA Lavender

📋 copy color: '#E7DEFA'

red 231 ◦ green 222 ◦ blue 250

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

Shades of Lavender #E7DEFA

Tints of Lavender #E7DEFA

RGB

 RED value IS 231 (90.63% from 255) = 32.86%

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

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

R = 32.86%
G = 31.58%
B = 35.56%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E7DEFA (or 0xE7DEFA) is known color: Lavender. HEX triplet: E7, DE and FA. RGB value is (231,222,250). Sum of RGB (Red+Green+Blue) = 231+222+250=703 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.86% from 703); Green value is 222 (87.11% from 255 or 31.58% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7DEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DEFA is #182105. Grayscale: #E3E3E3. Windows color (decimal): -1581318 or 16441063. OLE color: 16441063.

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

Color convert

RGB 231 222 250 -
CMYK 0.08 0.11 0 0.02
HSL 259.29º 0.74% 0.93% -
HSV(B) 259.29º 0.11% 0.98% -
XYZ 76.33 76.13 101.11 -
YUV 227.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 231 222 250 0.08 0.11 0 0.02 259.29 0.74 0.93
Hex E7 DE FA 8 B 0 2 103 4A 5D
Octal 347 336 372 10 13 0 2 403 112 135
Binary 11100111 11011110 11111010 1000 1011 0 10 100000011 1001010 1011101

Color Harmonies of #E7DEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DEFA

Black with #E7DEFA

Text Example


Text Example

White with #E7DEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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