#EAECFF

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

Shades of Lavender #EAECFF

Tints of Lavender #EAECFF

Color information

#EAECFF (or 0xEAECFF) is unknown color: approx Lavender. HEX triplet: EA, EC and FF. RGB value is (234,236,255). Sum of RGB (Red+Green+Blue) = 234+236+255=725 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.28% from 725); Green value is 236 (92.58% from 255 or 32.55% from 725); Blue value is 255 (100% from 255 or 35.17% from 725); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAECFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAECFF is #151300. Grayscale: #EDEDED. Windows color (decimal): -1381121 or 16772330. OLE color: 16772330.

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

Color convert

RGB234236255-
CMYK0.080.0700
HSL234.29º100%95.88%-
HSV(B)234.29º8.24%100%-
XYZ81.9884.7106.64-
YUV237.57137.84125.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.28%
GREEN value IS 236 (92.58% from 255) = 32.55%
BLUE value IS 255 (100% from 255) = 35.17%
R=32.28%
G=32.55%
B=35.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342362550.080.0700234.2910095.88
HexEAECFF8700ea6460
Octal35235437710700352144140
Binary1110101011101100111111111000111001110101011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAECFF; }

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

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

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

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

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

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

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

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