#EBEDFD

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

Shades of Lavender #EBEDFD

Tints of Lavender #EBEDFD

Color information

#EBEDFD (or 0xEBEDFD) is unknown color: approx Lavender. HEX triplet: EB, ED and FD. RGB value is (235,237,253). Sum of RGB (Red+Green+Blue) = 235+237+253=725 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.41% from 725); Green value is 237 (92.97% from 255 or 32.69% from 725); Blue value is 253 (99.22% from 255 or 34.90% from 725); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBEDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEDFD is #141202. Grayscale: #EEEEEE. Windows color (decimal): -1315331 or 16641515. OLE color: 16641515.

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

Color convert

RGB235237253-
CMYK0.070.0600.01
HSL233.33º81.82%95.69%-
HSV(B)233.33º7.11%99.22%-
XYZ82.2785.32105.06-
YUV238.23136.34125.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.41%
GREEN value IS 237 (92.97% from 255) = 32.69%
BLUE value IS 253 (99.22% from 255) = 34.90%
R=32.41%
G=32.69%
B=34.90%

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
Decimal2352372530.070.0600.01233.3381.8295.69
HexEBEDFD7601e95260
Octal3533553757601351122140
Binary111010111110110111111101111110011110100110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEDFD; }

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

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

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

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

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

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

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

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