#EEEDFD

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

Shades of Lavender #EEEDFD

Tints of Lavender #EEEDFD

Color information

#EEEDFD (or 0xEEEDFD) is unknown color: approx Lavender. HEX triplet: EE, ED and FD. RGB value is (238,237,253). Sum of RGB (Red+Green+Blue) = 238+237+253=728 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.69% from 728); Green value is 237 (92.97% from 255 or 32.55% from 728); Blue value is 253 (99.22% from 255 or 34.75% from 728); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEEDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEDFD is #111202. Grayscale: #EFEFEF. Windows color (decimal): -1118723 or 16641518. OLE color: 16641518.

HSL color Cylindrical-coordinate representation of color #EEEDFD: hue angle of 243.75º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEEDFD is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238237253-
CMYK0.060.0600.01
HSL243.75º80%96.08%-
HSV(B)243.75º6.32%99.22%-
XYZ83.2785.84105.11-
YUV239.12135.83127.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.69%
GREEN value IS 237 (92.97% from 255) = 32.55%
BLUE value IS 253 (99.22% from 255) = 34.75%
R=32.69%
G=32.55%
B=34.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382372530.060.0600.01243.758096.08
HexEEEDFD6601f45060
Octal3563553756601364120140
Binary111011101110110111111101110110011111010010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEDFD; }

 p { color: rgb(238,237,253); }

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

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

 a { background-color: rgb(238,237,253); }

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

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

 span { border-color: rgb(238,237,253); }

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