#EBE6FC

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

Shades of Lavender #EBE6FC

Tints of Lavender #EBE6FC

Color information

#EBE6FC (or 0xEBE6FC) is unknown color: approx Lavender. HEX triplet: EB, E6 and FC. RGB value is (235,230,252). Sum of RGB (Red+Green+Blue) = 235+230+252=717 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.78% from 717); Green value is 230 (90.23% from 255 or 32.08% from 717); Blue value is 252 (98.83% from 255 or 35.15% from 717); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBE6FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE6FC is #141903. Grayscale: #E9E9E9. Windows color (decimal): -1317124 or 16574187. OLE color: 16574187.

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

Color convert

RGB235230252-
CMYK0.070.0900.01
HSL253.64º78.57%94.51%-
HSV(B)253.64º8.73%98.82%-
XYZ80.1381.28103.56-
YUV234138.16128.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.78%
GREEN value IS 230 (90.23% from 255) = 32.08%
BLUE value IS 252 (98.83% from 255) = 35.15%
R=32.78%
G=32.08%
B=35.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352302520.070.0900.01253.6478.5794.51
HexEBE6FC7901fe4f5f
Octal35334637471101376117137
Binary1110101111100110111111001111001011111111010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6FC; }

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

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

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

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

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

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

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

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