#ECEBF4

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

Shades of Lavender #ECEBF4

Tints of Lavender #ECEBF4

Color information

#ECEBF4 (or 0xECEBF4) is unknown color: approx Lavender. HEX triplet: EC, EB and F4. RGB value is (236,235,244). Sum of RGB (Red+Green+Blue) = 236+235+244=715 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.01% from 715); Green value is 235 (92.19% from 255 or 32.87% from 715); Blue value is 244 (95.70% from 255 or 34.13% from 715); Max value from RGB is 244 - color contains mainly: blue. Hex color #ECEBF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEBF4 is #13140B. Grayscale: #ECECEC. Windows color (decimal): -1250316 or 16051180. OLE color: 16051180.

HSL color Cylindrical-coordinate representation of color #ECEBF4: hue angle of 246.67º degrees, saturation: 0.29, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ECEBF4 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB236235244-
CMYK0.030.0400.04
HSL246.67º29.03%93.92%-
HSV(B)246.67º3.69%95.69%-
XYZ80.6383.7897.51-
YUV236.32132.33127.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.01%
GREEN value IS 235 (92.19% from 255) = 32.87%
BLUE value IS 244 (95.70% from 255) = 34.13%
R=33.01%
G=32.87%
B=34.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362352440.030.0400.04246.6729.0393.92
HexECEBF43404f71d5e
Octal354353364340436735136
Binary11101100111010111111010011100010011110111111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEBF4; }

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

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

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

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

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

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

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

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