#ECEFFE

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

Shades of Lavender #ECEFFE

Tints of Lavender #ECEFFE

Color information

#ECEFFE (or 0xECEFFE) is unknown color: approx Lavender. HEX triplet: EC, EF and FE. RGB value is (236,239,254). Sum of RGB (Red+Green+Blue) = 236+239+254=729 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.37% from 729); Green value is 239 (93.75% from 255 or 32.78% from 729); Blue value is 254 (99.61% from 255 or 34.84% from 729); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECEFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEFFE is #131001. Grayscale: #EFEFEF. Windows color (decimal): -1249282 or 16707564. OLE color: 16707564.

HSL color Cylindrical-coordinate representation of color #ECEFFE: hue angle of 230º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECEFFE is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB236239254-
CMYK0.070.0600.00
HSL230º90%96.08%-
HSV(B)230º7.09%99.61%-
XYZ83.3586.72106.11-
YUV239.81136.01125.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.37%
GREEN value IS 239 (93.75% from 255) = 32.78%
BLUE value IS 254 (99.61% from 255) = 34.84%
R=32.37%
G=32.78%
B=34.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2362392540.070.0600.002309096.08
HexECEFFE7600e65a60
Octal3543573767600346132140
Binary111011001110111111111110111110001110011010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEFFE; }

 p { color: rgb(236,239,254); }

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

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

 a { background-color: rgb(236,239,254); }

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

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

 span { border-color: rgb(236,239,254); }

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