#ECE7FD

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

Shades of Lavender #ECE7FD

Tints of Lavender #ECE7FD

Color information

#ECE7FD (or 0xECE7FD) is unknown color: approx Lavender. HEX triplet: EC, E7 and FD. RGB value is (236,231,253). Sum of RGB (Red+Green+Blue) = 236+231+253=720 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.78% from 720); Green value is 231 (90.62% from 255 or 32.08% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECE7FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE7FD is #131802. Grayscale: #EAEAEA. Windows color (decimal): -1251331 or 16639980. OLE color: 16639980.

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

Color convert

RGB236231253-
CMYK0.070.0900.01
HSL253.64º84.62%94.9%-
HSV(B)253.64º8.7%99.22%-
XYZ80.982.08104.51-
YUV235138.16128.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.78%
GREEN value IS 231 (90.62% from 255) = 32.08%
BLUE value IS 253 (99.22% from 255) = 35.14%
R=32.78%
G=32.08%
B=35.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362312530.070.0900.01253.6484.6294.9
HexECE7FD7901fe555f
Octal35434737571101376125137
Binary1110110011100111111111011111001011111111010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE7FD; }

 p { color: rgb(236,231,253); }

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

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

 a { background-color: rgb(236,231,253); }

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

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

 span { border-color: rgb(236,231,253); }

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