#EFECEE

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

Shades of Lavender Blush #EFECEE

Tints of Lavender Blush #EFECEE

Color information

#EFECEE (or 0xEFECEE) is unknown color: approx Lavender Blush. HEX triplet: EF, EC and EE. RGB value is (239,236,238). Sum of RGB (Red+Green+Blue) = 239+236+238=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 236 (92.58% from 255 or 33.10% from 713); Blue value is 238 (93.36% from 255 or 33.38% from 713); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFECEE is #101311. Grayscale: #EDEDED. Windows color (decimal): -1053458 or 15658223. OLE color: 15658223.

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

Color convert

RGB239236238-
CMYK00.010.000.06
HSL320º8.57%93.14%-
HSV(B)320º1.26%93.73%-
XYZ81.0284.5192.93-
YUV237.12128.49129.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.52%
GREEN value IS 236 (92.58% from 255) = 33.10%
BLUE value IS 238 (93.36% 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.06
SystemRedGreenBlueCMYKHSL
Decimal23923623800.010.000.063208.5793.14
HexEFECEE010614095d
Octal357354356010650011135
Binary11101111111011001110111001011010100000010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFECEE; }

 p { color: rgb(239,236,238); }

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

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

 a { background-color: rgb(239,236,238); }

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

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

 span { border-color: rgb(239,236,238); }

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