#ECEBF0

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

Shades of Lavender #ECEBF0

Tints of Lavender #ECEBF0

Color information

#ECEBF0 (or 0xECEBF0) is unknown color: approx Lavender. HEX triplet: EC, EB and F0. RGB value is (236,235,240). Sum of RGB (Red+Green+Blue) = 236+235+240=711 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.19% from 711); Green value is 235 (92.19% from 255 or 33.05% from 711); Blue value is 240 (94.14% from 255 or 33.76% from 711); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECEBF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEBF0 is #13140F. Grayscale: #EBEBEB. Windows color (decimal): -1250320 or 15789036. OLE color: 15789036.

HSL color Cylindrical-coordinate representation of color #ECEBF0: hue angle of 252º degrees, saturation: 0.14, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ECEBF0 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236235240-
CMYK0.020.0200.06
HSL252º14.29%93.14%-
HSV(B)252º2.08%94.12%-
XYZ80.0383.5494.35-
YUV235.87130.33128.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.19%
GREEN value IS 235 (92.19% from 255) = 33.05%
BLUE value IS 240 (94.14% from 255) = 33.76%
R=33.19%
G=33.05%
B=33.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362352400.020.0200.0625214.2993.14
HexECEBF02206fce5d
Octal354353360220637416135
Binary111011001110101111110000101001101111110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEBF0; }

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

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

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

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

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

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

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

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