#ECEDF8

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

Shades of Lavender #ECEDF8

Tints of Lavender #ECEDF8

Color information

#ECEDF8 (or 0xECEDF8) is unknown color: approx Lavender. HEX triplet: EC, ED and F8. RGB value is (236,237,248). Sum of RGB (Red+Green+Blue) = 236+237+248=721 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.73% from 721); Green value is 237 (92.97% from 255 or 32.87% from 721); Blue value is 248 (97.27% from 255 or 34.40% from 721); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECEDF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEDF8 is #131207. Grayscale: #EDEDED. Windows color (decimal): -1249800 or 16313836. OLE color: 16313836.

HSL color Cylindrical-coordinate representation of color #ECEDF8: hue angle of 235º degrees, saturation: 0.46, 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 #ECEDF8 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB236237248-
CMYK0.050.0400.03
HSL235º46.15%94.9%-
HSV(B)235º4.84%97.25%-
XYZ81.8285.18100.94-
YUV237.96133.67126.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.73%
GREEN value IS 237 (92.97% from 255) = 32.87%
BLUE value IS 248 (97.27% from 255) = 34.40%
R=32.73%
G=32.87%
B=34.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2362372480.050.0400.0323546.1594.9
HexECEDF85403eb2e5f
Octal354355370540335356137
Binary111011001110110111111000101100011111010111011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDF8; }

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

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

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

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

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

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

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

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