#EADFEE

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

Shades of White Lilac #EADFEE

Tints of White Lilac #EADFEE

Color information

#EADFEE (or 0xEADFEE) is unknown color: approx White Lilac. HEX triplet: EA, DF and EE. RGB value is (234,223,238). Sum of RGB (Red+Green+Blue) = 234+223+238=695 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.67% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 238 (93.36% from 255 or 34.24% from 695); Max value from RGB is 238 - color contains mainly: blue. Hex color #EADFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADFEE is #152011. Grayscale: #E3E3E3. Windows color (decimal): -1384466 or 15654890. OLE color: 15654890.

HSL color Cylindrical-coordinate representation of color #EADFEE: hue angle of 284º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EADFEE is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234223238-
CMYK0.020.0600.07
HSL284º30.61%90.39%-
HSV(B)284º6.3%93.33%-
XYZ75.7576.4491.65-
YUV228133.64132.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.67%
GREEN value IS 223 (87.5% from 255) = 32.09%
BLUE value IS 238 (93.36% from 255) = 34.24%
R=33.67%
G=32.09%
B=34.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342232380.020.0600.0728430.6190.39
HexEADFEE260711c1f5a
Octal352337356260743437132
Binary111010101101111111101110101100111100011100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFEE; }

 p { color: rgb(234,223,238); }

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

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

 a { background-color: rgb(234,223,238); }

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

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

 span { border-color: rgb(234,223,238); }

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