#EBEAFC

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

Shades of Lavender #EBEAFC

Tints of Lavender #EBEAFC

Color information

#EBEAFC (or 0xEBEAFC) is unknown color: approx Lavender. HEX triplet: EB, EA and FC. RGB value is (235,234,252). Sum of RGB (Red+Green+Blue) = 235+234+252=721 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.59% from 721); Green value is 234 (91.80% from 255 or 32.45% from 721); Blue value is 252 (98.83% from 255 or 34.95% from 721); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBEAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEAFC is #141503. Grayscale: #ECECEC. Windows color (decimal): -1316100 or 16575211. OLE color: 16575211.

HSL color Cylindrical-coordinate representation of color #EBEAFC: hue angle of 243.33º degrees, saturation: 0.75, 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 #EBEAFC is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235234252-
CMYK0.070.0700.01
HSL243.33º75%95.29%-
HSV(B)243.33º7.14%98.82%-
XYZ81.2583.54103.94-
YUV236.35136.83127.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.59%
GREEN value IS 234 (91.80% from 255) = 32.45%
BLUE value IS 252 (98.83% from 255) = 34.95%
R=32.59%
G=32.45%
B=34.95%

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
Decimal2352342520.070.0700.01243.337595.29
HexEBEAFC7701f34b5f
Octal3533523747701363113137
Binary111010111110101011111100111111011111001110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEAFC; }

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

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

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

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

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

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

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

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