#EBEEFE

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

Shades of Lavender #EBEEFE

Tints of Lavender #EBEEFE

Color information

#EBEEFE (or 0xEBEEFE) is unknown color: approx Lavender. HEX triplet: EB, EE and FE. RGB value is (235,238,254). Sum of RGB (Red+Green+Blue) = 235+238+254=727 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.32% from 727); Green value is 238 (93.36% from 255 or 32.74% from 727); Blue value is 254 (99.61% from 255 or 34.94% from 727); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBEEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEEFE is #141101. Grayscale: #EEEEEE. Windows color (decimal): -1315074 or 16707307. OLE color: 16707307.

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

Color convert

RGB235238254-
CMYK0.070.0600.00
HSL230.53º90.48%95.88%-
HSV(B)230.53º7.48%99.61%-
XYZ82.7285.97106-
YUV238.93136.51125.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.32%
GREEN value IS 238 (93.36% from 255) = 32.74%
BLUE value IS 254 (99.61% from 255) = 34.94%
R=32.32%
G=32.74%
B=34.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352382540.070.0600.00230.5390.4895.88
HexEBEEFE7600e75a60
Octal3533563767600347132140
Binary111010111110111011111110111110001110011110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEEFE; }

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

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

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

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

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

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

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

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