#EEEBED

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

Shades of Lavender Blush #EEEBED

Tints of Lavender Blush #EEEBED

Color information

#EEEBED (or 0xEEEBED) is unknown color: approx Lavender Blush. HEX triplet: EE, EB and ED. RGB value is (238,235,237). Sum of RGB (Red+Green+Blue) = 238+235+237=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 235 (92.19% from 255 or 33.10% from 710); Blue value is 237 (92.97% from 255 or 33.38% from 710); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEBED is #111412. Grayscale: #ECECEC. Windows color (decimal): -1119251 or 15592430. OLE color: 15592430.

HSL color Cylindrical-coordinate representation of color #EEEBED: hue angle of 320º degrees, saturation: 0.08, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EEEBED is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB238235237-
CMYK00.010.000.07
HSL320º8.11%92.75%-
HSV(B)320º1.26%93.33%-
XYZ80.2583.7192.05-
YUV236.12128.49129.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.52%
GREEN value IS 235 (92.19% from 255) = 33.10%
BLUE value IS 237 (92.97% from 255) = 33.38%
R=33.52%
G=33.10%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823523700.010.000.073208.1192.75
HexEEEBED010714085d
Octal356353355010750010135
Binary11101110111010111110110101011110100000010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEBED; }

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

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

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

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

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

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

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

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