#EBECFD

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

Shades of Lavender #EBECFD

Tints of Lavender #EBECFD

Color information

#EBECFD (or 0xEBECFD) is unknown color: approx Lavender. HEX triplet: EB, EC and FD. RGB value is (235,236,253). Sum of RGB (Red+Green+Blue) = 235+236+253=724 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.46% from 724); Green value is 236 (92.58% from 255 or 32.60% from 724); Blue value is 253 (99.22% from 255 or 34.94% from 724); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBECFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBECFD is #141302. Grayscale: #EDEDED. Windows color (decimal): -1315587 or 16641259. OLE color: 16641259.

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

Color convert

RGB235236253-
CMYK0.070.0700.01
HSL236.67º81.82%95.69%-
HSV(B)236.67º7.11%99.22%-
XYZ81.9984.74104.96-
YUV237.64136.67126.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.46%
GREEN value IS 236 (92.58% from 255) = 32.60%
BLUE value IS 253 (99.22% from 255) = 34.94%
R=32.46%
G=32.60%
B=34.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352362530.070.0700.01236.6781.8295.69
HexEBECFD7701ed5260
Octal3533543757701355122140
Binary111010111110110011111101111111011110110110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBECFD; }

 p { color: rgb(235,236,253); }

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

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

 a { background-color: rgb(235,236,253); }

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

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

 span { border-color: rgb(235,236,253); }

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