#ECEAFF

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

Shades of Lavender #ECEAFF

Tints of Lavender #ECEAFF

Color information

#ECEAFF (or 0xECEAFF) is unknown color: approx Lavender. HEX triplet: EC, EA and FF. RGB value is (236,234,255). Sum of RGB (Red+Green+Blue) = 236+234+255=725 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.55% from 725); Green value is 234 (91.80% from 255 or 32.28% 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 #ECEAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEAFF is #131500. Grayscale: #ECECEC. Windows color (decimal): -1250561 or 16771820. OLE color: 16771820.

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

Color convert

RGB236234255-
CMYK0.070.0800
HSL245.71º100%95.88%-
HSV(B)245.71º8.24%100%-
XYZ82.0683.9106.48-
YUV236.99138.16127.29-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362342550.070.0800245.7110095.88
HexECEAFF7800f66460
Octal35435237771000366144140
Binary1110110011101010111111111111000001111011011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEAFF; }

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

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

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

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

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

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

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

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