#E6D9FF

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

Shades of Lavender #E6D9FF

Tints of Lavender #E6D9FF

Color information

#E6D9FF (or 0xE6D9FF) is unknown color: approx Lavender. HEX triplet: E6, D9 and FF. RGB value is (230,217,255). Sum of RGB (Red+Green+Blue) = 230+217+255=702 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.76% from 702); Green value is 217 (85.16% from 255 or 30.91% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6D9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D9FF is #192600. Grayscale: #E1E1E1. Windows color (decimal): -1648129 or 16767462. OLE color: 16767462.

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

Color convert

RGB230217255-
CMYK0.100.1500
HSL260.53º100%92.55%-
HSV(B)260.53º14.9%100%-
XYZ75.573.67104.85-
YUV225.22144.81131.41-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.76%
GREEN value IS 217 (85.16% from 255) = 30.91%
BLUE value IS 255 (100% from 255) = 36.32%
R=32.76%
G=30.91%
B=36.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2302172550.100.1500260.5310092.55
HexE6D9FFAF00105645d
Octal346331377121700405144135
Binary111001101101100111111111101011110010000010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D9FF; }

 p { color: rgb(230,217,255); }

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

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

 a { background-color: rgb(230,217,255); }

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

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

 span { border-color: rgb(230,217,255); }

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