#EBE6FE

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

Shades of Lavender #EBE6FE

Tints of Lavender #EBE6FE

Color information

#EBE6FE (or 0xEBE6FE) is unknown color: approx Lavender. HEX triplet: EB, E6 and FE. RGB value is (235,230,254). Sum of RGB (Red+Green+Blue) = 235+230+254=719 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.68% from 719); Green value is 230 (90.23% from 255 or 31.99% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBE6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE6FE is #141901. Grayscale: #EAEAEA. Windows color (decimal): -1317122 or 16705259. OLE color: 16705259.

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

Color convert

RGB235230254-
CMYK0.070.0900.00
HSL252.5º92.31%94.9%-
HSV(B)252.5º9.45%99.61%-
XYZ80.4581.41105.24-
YUV234.23139.16128.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.68%
GREEN value IS 230 (90.23% from 255) = 31.99%
BLUE value IS 254 (99.61% from 255) = 35.33%
R=32.68%
G=31.99%
B=35.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352302540.070.0900.00252.592.3194.9
HexEBE6FE7900fc5c5f
Octal35334637671100374134137
Binary1110101111100110111111101111001001111110010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6FE; }

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

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

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

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

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

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

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

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