#E6DCFB

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

Shades of Lavender #E6DCFB

Tints of Lavender #E6DCFB

Color information

#E6DCFB (or 0xE6DCFB) is unknown color: approx Lavender. HEX triplet: E6, DC and FB. RGB value is (230,220,251). Sum of RGB (Red+Green+Blue) = 230+220+251=701 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.81% from 701); Green value is 220 (86.33% from 255 or 31.38% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6DCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DCFB is #192304. Grayscale: #E2E2E2. Windows color (decimal): -1647365 or 16506086. OLE color: 16506086.

HSL color Cylindrical-coordinate representation of color #E6DCFB: hue angle of 259.35º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6DCFB is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230220251-
CMYK0.080.1200.02
HSL259.35º79.49%92.35%-
HSV(B)259.35º12.35%98.43%-
XYZ75.6474.97101.75-
YUV226.52141.81130.48-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.81%
GREEN value IS 220 (86.33% from 255) = 31.38%
BLUE value IS 251 (98.44% from 255) = 35.81%
R=32.81%
G=31.38%
B=35.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302202510.080.1200.02259.3579.4992.35
HexE6DCFB8C021034f5c
Octal346334373101402403117134
Binary1110011011011100111110111000110001010000001110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DCFB; }

 p { color: rgb(230,220,251); }

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

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

 a { background-color: rgb(230,220,251); }

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

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

 span { border-color: rgb(230,220,251); }

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