#E6DBFE

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

Shades of Lavender #E6DBFE

Tints of Lavender #E6DBFE

Color information

#E6DBFE (or 0xE6DBFE) is unknown color: approx Lavender. HEX triplet: E6, DB and FE. RGB value is (230,219,254). Sum of RGB (Red+Green+Blue) = 230+219+254=703 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.72% from 703); Green value is 219 (85.94% from 255 or 31.15% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6DBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DBFE is #192401. Grayscale: #E2E2E2. Windows color (decimal): -1647618 or 16702438. OLE color: 16702438.

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

Color convert

RGB230219254-
CMYK0.090.1400.00
HSL258.86º94.59%92.75%-
HSV(B)258.86º13.78%99.61%-
XYZ75.8574.64104.18-
YUV226.28143.64130.65-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.72%
GREEN value IS 219 (85.94% from 255) = 31.15%
BLUE value IS 254 (99.61% from 255) = 36.13%
R=32.72%
G=31.15%
B=36.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2302192540.090.1400.00258.8694.5992.75
HexE6DBFE9E001035f5d
Octal346333376111600403137135
Binary111001101101101111111110100111100010000001110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DBFE; }

 p { color: rgb(230,219,254); }

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

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

 a { background-color: rgb(230,219,254); }

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

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

 span { border-color: rgb(230,219,254); }

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