#EBEBFC

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

Shades of Lavender #EBEBFC

Tints of Lavender #EBEBFC

Color information

#EBEBFC (or 0xEBEBFC) is unknown color: approx Lavender. HEX triplet: EB, EB and FC. RGB value is (235,235,252). Sum of RGB (Red+Green+Blue) = 235+235+252=722 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.55% from 722); Green value is 235 (92.19% from 255 or 32.55% from 722); Blue value is 252 (98.83% from 255 or 34.90% from 722); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBEBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEBFC is #141403. Grayscale: #ECECEC. Windows color (decimal): -1315844 or 16575467. OLE color: 16575467.

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

Color convert

RGB235235252-
CMYK0.070.0700.01
HSL240º73.91%95.49%-
HSV(B)240º6.75%98.82%-
XYZ81.5484.11104.03-
YUV236.94136.5126.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.55%
GREEN value IS 235 (92.19% from 255) = 32.55%
BLUE value IS 252 (98.83% from 255) = 34.90%
R=32.55%
G=32.55%
B=34.90%

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
Decimal2352352520.070.0700.0124073.9195.49
HexEBEBFC7701f04a5f
Octal3533533747701360112137
Binary111010111110101111111100111111011111000010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEBFC; }

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

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

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

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

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

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

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

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