#EBEDFC

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

Shades of Lavender #EBEDFC

Tints of Lavender #EBEDFC

Color information

#EBEDFC (or 0xEBEDFC) is unknown color: approx Lavender. HEX triplet: EB, ED and FC. RGB value is (235,237,252). Sum of RGB (Red+Green+Blue) = 235+237+252=724 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.46% from 724); Green value is 237 (92.97% from 255 or 32.73% from 724); Blue value is 252 (98.83% from 255 or 34.81% from 724); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBEDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEDFC is #141203. Grayscale: #EEEEEE. Windows color (decimal): -1315332 or 16575979. OLE color: 16575979.

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

Color convert

RGB235237252-
CMYK0.070.0600.01
HSL232.94º73.91%95.49%-
HSV(B)232.94º6.75%98.82%-
XYZ82.1285.26104.22-
YUV238.11135.84125.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.46%
GREEN value IS 237 (92.97% from 255) = 32.73%
BLUE value IS 252 (98.83% from 255) = 34.81%
R=32.46%
G=32.73%
B=34.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352372520.070.0600.01232.9473.9195.49
HexEBEDFC7601e94a5f
Octal3533553747601351112137
Binary111010111110110111111100111110011110100110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEDFC; }

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

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

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

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

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

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

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

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