#E4DAFC

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

Shades of Lavender #E4DAFC

Tints of Lavender #E4DAFC

Color information

#E4DAFC (or 0xE4DAFC) is unknown color: approx Lavender. HEX triplet: E4, DA and FC. RGB value is (228,218,252). Sum of RGB (Red+Green+Blue) = 228+218+252=698 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.66% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4DAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DAFC is #1B2503. Grayscale: #E0E0E0. Windows color (decimal): -1778948 or 16571108. OLE color: 16571108.

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

Color convert

RGB228218252-
CMYK0.100.1300.01
HSL257.65º85%92.16%-
HSV(B)257.65º13.49%98.82%-
XYZ74.6473.67102.38-
YUV224.87143.31130.24-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.66%
GREEN value IS 218 (85.55% from 255) = 31.23%
BLUE value IS 252 (98.83% from 255) = 36.10%
R=32.66%
G=31.23%
B=36.10%

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
Decimal2282182520.100.1300.01257.658592.16
HexE4DAFCAD01102555c
Octal344332374121501402125134
Binary111001001101101011111100101011010110000001010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DAFC; }

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

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

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

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

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

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

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

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