#E4DBFC

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

Shades of Lavender #E4DBFC

Tints of Lavender #E4DBFC

Color information

#E4DBFC (or 0xE4DBFC) is unknown color: approx Lavender. HEX triplet: E4, DB and FC. RGB value is (228,219,252). Sum of RGB (Red+Green+Blue) = 228+219+252=699 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.62% from 699); Green value is 219 (85.94% from 255 or 31.33% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4DBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DBFC is #1B2403. Grayscale: #E1E1E1. Windows color (decimal): -1778692 or 16571364. OLE color: 16571364.

HSL color Cylindrical-coordinate representation of color #E4DBFC: hue angle of 256.36º 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 #E4DBFC is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB228219252-
CMYK0.100.1300.01
HSL256.36º84.62%92.35%-
HSV(B)256.36º13.1%98.82%-
XYZ74.974.19102.47-
YUV225.45142.98129.82-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.62%
GREEN value IS 219 (85.94% from 255) = 31.33%
BLUE value IS 252 (98.83% from 255) = 36.05%
R=32.62%
G=31.33%
B=36.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2282192520.100.1300.01256.3684.6292.35
HexE4DBFCAD01100555c
Octal344333374121501400125134
Binary111001001101101111111100101011010110000000010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DBFC; }

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

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

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

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

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

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

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

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