#E6DFFB

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

Shades of Lavender #E6DFFB

Tints of Lavender #E6DFFB

Color information

#E6DFFB (or 0xE6DFFB) is unknown color: approx Lavender. HEX triplet: E6, DF and FB. RGB value is (230,223,251). Sum of RGB (Red+Green+Blue) = 230+223+251=704 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.67% from 704); Green value is 223 (87.5% from 255 or 31.68% from 704); Blue value is 251 (98.44% from 255 or 35.65% from 704); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6DFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DFFB is #192004. Grayscale: #E4E4E4. Windows color (decimal): -1646597 or 16506854. OLE color: 16506854.

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

Color convert

RGB230223251-
CMYK0.080.1100.02
HSL255º77.78%92.94%-
HSV(B)255º11.16%98.43%-
XYZ76.4376.56102.02-
YUV228.28140.82129.22-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.67%
GREEN value IS 223 (87.5% from 255) = 31.68%
BLUE value IS 251 (98.44% from 255) = 35.65%
R=32.67%
G=31.68%
B=35.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302232510.080.1100.0225577.7892.94
HexE6DFFB8B02ff4e5d
Octal346337373101302377116135
Binary111001101101111111111011100010110101111111110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DFFB; }

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

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

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

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

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

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

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

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