#E6EAFD

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

Shades of Lavender #E6EAFD

Tints of Lavender #E6EAFD

Color information

#E6EAFD (or 0xE6EAFD) is unknown color: approx Lavender. HEX triplet: E6, EA and FD. RGB value is (230,234,253). Sum of RGB (Red+Green+Blue) = 230+234+253=717 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.08% from 717); Green value is 234 (91.80% from 255 or 32.64% 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 #E6EAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EAFD is #191502. Grayscale: #EAEAEA. Windows color (decimal): -1643779 or 16640742. OLE color: 16640742.

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

Color convert

RGB230234253-
CMYK0.090.0800.01
HSL229.57º85.19%94.71%-
HSV(B)229.57º9.09%99.22%-
XYZ79.7982.76104.7-
YUV234.97138.17124.46-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302342530.090.0800.01229.5785.1994.71
HexE6EAFD9801e6555f
Octal346352375111001346125137
Binary11100110111010101111110110011000011110011010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EAFD; }

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

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

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

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

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

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

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

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