#ECEAFC

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

Shades of Lavender #ECEAFC

Tints of Lavender #ECEAFC

Color information

#ECEAFC (or 0xECEAFC) is unknown color: approx Lavender. HEX triplet: EC, EA and FC. RGB value is (236,234,252). Sum of RGB (Red+Green+Blue) = 236+234+252=722 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.69% from 722); Green value is 234 (91.80% from 255 or 32.41% from 722); Blue value is 252 (98.83% from 255 or 34.90% from 722); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECEAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEAFC is #131503. Grayscale: #ECECEC. Windows color (decimal): -1250564 or 16575212. OLE color: 16575212.

HSL color Cylindrical-coordinate representation of color #ECEAFC: hue angle of 246.67º degrees, saturation: 0.75, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECEAFC is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236234252-
CMYK0.060.0700.01
HSL246.67º75%95.29%-
HSV(B)246.67º7.14%98.82%-
XYZ81.5983.71103.95-
YUV236.65136.66127.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.69%
GREEN value IS 234 (91.80% from 255) = 32.41%
BLUE value IS 252 (98.83% from 255) = 34.90%
R=32.69%
G=32.41%
B=34.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362342520.060.0700.01246.677595.29
HexECEAFC6701f74b5f
Octal3543523746701367113137
Binary111011001110101011111100110111011111011110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEAFC; }

 p { color: rgb(236,234,252); }

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

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

 a { background-color: rgb(236,234,252); }

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

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

 span { border-color: rgb(236,234,252); }

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