#E6DFFE

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

Shades of Lavender #E6DFFE

Tints of Lavender #E6DFFE

Color information

#E6DFFE (or 0xE6DFFE) is unknown color: approx Lavender. HEX triplet: E6, DF and FE. RGB value is (230,223,254). Sum of RGB (Red+Green+Blue) = 230+223+254=707 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.53% from 707); Green value is 223 (87.5% from 255 or 31.54% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6DFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DFFE is #192001. Grayscale: #E4E4E4. Windows color (decimal): -1646594 or 16703462. OLE color: 16703462.

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

Color convert

RGB230223254-
CMYK0.090.1200.00
HSL253.55º93.94%93.53%-
HSV(B)253.55º12.2%99.61%-
XYZ76.9176.75104.53-
YUV228.63142.32128.98-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.53%
GREEN value IS 223 (87.5% from 255) = 31.54%
BLUE value IS 254 (99.61% from 255) = 35.93%
R=32.53%
G=31.54%
B=35.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2302232540.090.1200.00253.5593.9493.53
HexE6DFFE9C00fe5e5e
Octal346337376111400376136136
Binary11100110110111111111111010011100001111111010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DFFE; }

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

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

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

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

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

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

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

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