#E6DEFB

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

Shades of Lavender #E6DEFB

Tints of Lavender #E6DEFB

Color information

#E6DEFB (or 0xE6DEFB) is unknown color: approx Lavender. HEX triplet: E6, DE and FB. RGB value is (230,222,251). Sum of RGB (Red+Green+Blue) = 230+222+251=703 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.72% from 703); Green value is 222 (87.11% from 255 or 31.58% from 703); Blue value is 251 (98.44% from 255 or 35.70% from 703); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6DEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DEFB is #192104. Grayscale: #E3E3E3. Windows color (decimal): -1646853 or 16506598. OLE color: 16506598.

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

Color convert

RGB230222251-
CMYK0.080.1200.02
HSL256.55º78.38%92.75%-
HSV(B)256.55º11.55%98.43%-
XYZ76.1776.03101.93-
YUV227.7141.15129.64-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.72%
GREEN value IS 222 (87.11% from 255) = 31.58%
BLUE value IS 251 (98.44% from 255) = 35.70%
R=32.72%
G=31.58%
B=35.70%

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
Decimal2302222510.080.1200.02256.5578.3892.75
HexE6DEFB8C021014e5d
Octal346336373101402401116135
Binary1110011011011110111110111000110001010000000110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DEFB; }

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

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

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

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

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

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

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

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