#EBE7FC

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

Shades of Lavender #EBE7FC

Tints of Lavender #EBE7FC

Color information

#EBE7FC (or 0xEBE7FC) is unknown color: approx Lavender. HEX triplet: EB, E7 and FC. RGB value is (235,231,252). Sum of RGB (Red+Green+Blue) = 235+231+252=718 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.73% from 718); Green value is 231 (90.62% from 255 or 32.17% from 718); Blue value is 252 (98.83% from 255 or 35.10% from 718); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBE7FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE7FC is #141803. Grayscale: #EAEAEA. Windows color (decimal): -1316868 or 16574443. OLE color: 16574443.

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

Color convert

RGB235231252-
CMYK0.070.0800.01
HSL251.43º77.78%94.71%-
HSV(B)251.43º8.33%98.82%-
XYZ80.4181.84103.65-
YUV234.59137.83128.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.73%
GREEN value IS 231 (90.62% from 255) = 32.17%
BLUE value IS 252 (98.83% from 255) = 35.10%
R=32.73%
G=32.17%
B=35.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352312520.070.0800.01251.4377.7894.71
HexEBE7FC7801fb4e5f
Octal35334737471001373116137
Binary1110101111100111111111001111000011111101110011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE7FC; }

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

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

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

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

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

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

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

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