#EBE6FB

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

Shades of Lavender #EBE6FB

Tints of Lavender #EBE6FB

Color information

#EBE6FB (or 0xEBE6FB) is unknown color: approx Lavender. HEX triplet: EB, E6 and FB. RGB value is (235,230,251). Sum of RGB (Red+Green+Blue) = 235+230+251=716 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.82% from 716); Green value is 230 (90.23% from 255 or 32.12% from 716); Blue value is 251 (98.44% from 255 or 35.06% from 716); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBE6FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE6FB is #141904. Grayscale: #E9E9E9. Windows color (decimal): -1317125 or 16508651. OLE color: 16508651.

HSL color Cylindrical-coordinate representation of color #EBE6FB: hue angle of 254.29º degrees, saturation: 0.72, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBE6FB is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235230251-
CMYK0.060.0800.02
HSL254.29º72.41%94.31%-
HSV(B)254.29º8.37%98.43%-
XYZ79.9781.22102.73-
YUV233.89137.66128.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.82%
GREEN value IS 230 (90.23% from 255) = 32.12%
BLUE value IS 251 (98.44% from 255) = 35.06%
R=32.82%
G=32.12%
B=35.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352302510.060.0800.02254.2972.4194.31
HexEBE6FB6802fe485e
Octal35334637361002376110136
Binary11101011111001101111101111010000101111111010010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6FB; }

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

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

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

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

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

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

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

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