#EEEBFD

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

Shades of Lavender #EEEBFD

Tints of Lavender #EEEBFD

Color information

#EEEBFD (or 0xEEEBFD) is unknown color: approx Lavender. HEX triplet: EE, EB and FD. RGB value is (238,235,253). Sum of RGB (Red+Green+Blue) = 238+235+253=726 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.78% from 726); Green value is 235 (92.19% from 255 or 32.37% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEEBFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEBFD is #111402. Grayscale: #EDEDED. Windows color (decimal): -1119235 or 16641006. OLE color: 16641006.

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

Color convert

RGB238235253-
CMYK0.060.0700.01
HSL250º81.82%95.69%-
HSV(B)250º7.11%99.22%-
XYZ82.784.69104.92-
YUV237.95136.49128.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.78%
GREEN value IS 235 (92.19% from 255) = 32.37%
BLUE value IS 253 (99.22% from 255) = 34.85%
R=32.78%
G=32.37%
B=34.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382352530.060.0700.0125081.8295.69
HexEEEBFD6701fa5260
Octal3563533756701372122140
Binary111011101110101111111101110111011111101010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEBFD; }

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

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

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

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

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

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

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

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