#EFE9ED

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

Shades of Lavender Blush #EFE9ED

Tints of Lavender Blush #EFE9ED

Color information

#EFE9ED (or 0xEFE9ED) is unknown color: approx Lavender Blush. HEX triplet: EF, E9 and ED. RGB value is (239,233,237). Sum of RGB (Red+Green+Blue) = 239+233+237=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 233 (91.41% from 255 or 32.86% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE9ED is #101612. Grayscale: #EBEBEB. Windows color (decimal): -1054227 or 15591919. OLE color: 15591919.

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

Color convert

RGB239233237-
CMYK00.030.010.06
HSL320º15.79%92.55%-
HSV(B)320º2.51%93.73%-
XYZ80.0282.7491.87-
YUV235.25128.99130.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.71%
GREEN value IS 233 (91.41% from 255) = 32.86%
BLUE value IS 237 (92.97% from 255) = 33.43%
R=33.71%
G=32.86%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923323700.030.010.0632015.7992.55
HexEFE9ED0316140105d
Octal357351355031650020135
Binary1110111111101001111011010111110101000000100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE9ED; }

 p { color: rgb(239,233,237); }

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

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

 a { background-color: rgb(239,233,237); }

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

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

 span { border-color: rgb(239,233,237); }

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