#E6DBFC

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

Shades of Lavender #E6DBFC

Tints of Lavender #E6DBFC

Color information

#E6DBFC (or 0xE6DBFC) is unknown color: approx Lavender. HEX triplet: E6, DB and FC. RGB value is (230,219,252). Sum of RGB (Red+Green+Blue) = 230+219+252=701 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.81% from 701); Green value is 219 (85.94% from 255 or 31.24% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6DBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DBFC is #192403. Grayscale: #E1E1E1. Windows color (decimal): -1647620 or 16571366. OLE color: 16571366.

HSL color Cylindrical-coordinate representation of color #E6DBFC: hue angle of 260º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6DBFC is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB230219252-
CMYK0.090.1300.01
HSL260º84.62%92.35%-
HSV(B)260º13.1%98.82%-
XYZ75.5474.51102.5-
YUV226.05142.64130.82-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.81%
GREEN value IS 219 (85.94% from 255) = 31.24%
BLUE value IS 252 (98.83% from 255) = 35.95%
R=32.81%
G=31.24%
B=35.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302192520.090.1300.0126084.6292.35
HexE6DBFC9D01104555c
Octal346333374111501404125134
Binary111001101101101111111100100111010110000010010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DBFC; }

 p { color: rgb(230,219,252); }

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

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

 a { background-color: rgb(230,219,252); }

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

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

 span { border-color: rgb(230,219,252); }

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