#EBECF8

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

Shades of Lavender #EBECF8

Tints of Lavender #EBECF8

Color information

#EBECF8 (or 0xEBECF8) is unknown color: approx Lavender. HEX triplet: EB, EC and F8. RGB value is (235,236,248). Sum of RGB (Red+Green+Blue) = 235+236+248=719 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.68% from 719); Green value is 236 (92.58% from 255 or 32.82% from 719); Blue value is 248 (97.27% from 255 or 34.49% from 719); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBECF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBECF8 is #141307. Grayscale: #EDEDED. Windows color (decimal): -1315592 or 16313579. OLE color: 16313579.

HSL color Cylindrical-coordinate representation of color #EBECF8: hue angle of 235.38º degrees, saturation: 0.48, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBECF8 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB235236248-
CMYK0.050.0500.03
HSL235.38º48.15%94.71%-
HSV(B)235.38º5.24%97.25%-
XYZ81.284.43100.82-
YUV237.07134.17126.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.68%
GREEN value IS 236 (92.58% from 255) = 32.82%
BLUE value IS 248 (97.27% from 255) = 34.49%
R=32.68%
G=32.82%
B=34.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352362480.050.0500.03235.3848.1594.71
HexEBECF85503eb305f
Octal353354370550335360137
Binary111010111110110011111000101101011111010111100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBECF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBECF8; }

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

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

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

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

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

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

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

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