#E6DCFF

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

Shades of Lavender #E6DCFF

Tints of Lavender #E6DCFF

Color information

#E6DCFF (or 0xE6DCFF) is unknown color: approx Lavender. HEX triplet: E6, DC and FF. RGB value is (230,220,255). Sum of RGB (Red+Green+Blue) = 230+220+255=705 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.62% from 705); Green value is 220 (86.33% from 255 or 31.21% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6DCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DCFF is #192300. Grayscale: #E2E2E2. Windows color (decimal): -1647361 or 16768230. OLE color: 16768230.

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

Color convert

RGB230220255-
CMYK0.100.1400
HSL257.14º100%93.14%-
HSV(B)257.14º13.73%100%-
XYZ76.2875.23105.11-
YUV226.98143.81130.15-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.62%
GREEN value IS 220 (86.33% from 255) = 31.21%
BLUE value IS 255 (100% from 255) = 36.17%
R=32.62%
G=31.21%
B=36.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2302202550.100.1400257.1410093.14
HexE6DCFFAE00101645d
Octal346334377121600401144135
Binary111001101101110011111111101011100010000000111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DCFF; }

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

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

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

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

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

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

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

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