#E7DEFC

Color #E7DEFC Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender #E7DEFC

Tints of Lavender #E7DEFC

Color information

#E7DEFC (or 0xE7DEFC) is unknown color: approx Lavender. HEX triplet: E7, DE and FC. RGB value is (231,222,252). Sum of RGB (Red+Green+Blue) = 231+222+252=705 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.77% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7DEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DEFC is #182103. Grayscale: #E3E3E3. Windows color (decimal): -1581316 or 16572135. OLE color: 16572135.

HSL color Cylindrical-coordinate representation of color #E7DEFC: hue angle of 258º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7DEFC is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB231222252-
CMYK0.080.1200.01
HSL258º83.33%92.94%-
HSV(B)258º11.9%98.82%-
XYZ76.6576.26102.78-
YUV228.11141.48130.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.77%
GREEN value IS 222 (87.11% from 255) = 31.49%
BLUE value IS 252 (98.83% from 255) = 35.74%
R=32.77%
G=31.49%
B=35.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2312222520.080.1200.0125883.3392.94
HexE7DEFC8C01102535d
Octal347336374101401402123135
Binary111001111101111011111100100011000110000001010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DEFC; }

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

 H1.HeaderClassName
 {
   color: #E7DEFC;
 }
 .AnyTagClassName
 {
   color: #E7DEFC;
 }
</style>
background-color css

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

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

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

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

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

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