#EAE6FD

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

Shades of Lavender #EAE6FD

Tints of Lavender #EAE6FD

Color information

#EAE6FD (or 0xEAE6FD) is unknown color: approx Lavender. HEX triplet: EA, E6 and FD. RGB value is (234,230,253). Sum of RGB (Red+Green+Blue) = 234+230+253=717 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.64% from 717); Green value is 230 (90.23% from 255 or 32.08% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAE6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE6FD is #151902. Grayscale: #E9E9E9. Windows color (decimal): -1382659 or 16639722. OLE color: 16639722.

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

Color convert

RGB234230253-
CMYK0.080.0900.01
HSL250.43º85.19%94.71%-
HSV(B)250.43º9.09%99.22%-
XYZ79.9681.18104.38-
YUV233.82138.83128.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.64%
GREEN value IS 230 (90.23% from 255) = 32.08%
BLUE value IS 253 (99.22% from 255) = 35.29%
R=32.64%
G=32.08%
B=35.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342302530.080.0900.01250.4385.1994.71
HexEAE6FD8901fa555f
Octal352346375101101372125137
Binary11101010111001101111110110001001011111101010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE6FD; }

 p { color: rgb(234,230,253); }

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

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

 a { background-color: rgb(234,230,253); }

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

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

 span { border-color: rgb(234,230,253); }

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