#EAECFC

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

Shades of Lavender #EAECFC

Tints of Lavender #EAECFC

Color information

#EAECFC (or 0xEAECFC) is unknown color: approx Lavender. HEX triplet: EA, EC and FC. RGB value is (234,236,252). Sum of RGB (Red+Green+Blue) = 234+236+252=722 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.41% from 722); Green value is 236 (92.58% from 255 or 32.69% 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 #EAECFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAECFC is #151303. Grayscale: #EDEDED. Windows color (decimal): -1381124 or 16575722. OLE color: 16575722.

HSL color Cylindrical-coordinate representation of color #EAECFC: hue angle of 233.33º 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 #EAECFC is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234236252-
CMYK0.070.0600.01
HSL233.33º75%95.29%-
HSV(B)233.33º7.14%98.82%-
XYZ81.584.51104.11-
YUV237.23136.34125.7-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342362520.070.0600.01233.337595.29
HexEAECFC7601e94b5f
Octal3523543747601351113137
Binary111010101110110011111100111110011110100110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAECFC; }

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

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

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

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

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

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

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

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