#EFACE4

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

Shades of Lavender Rose #EFACE4

Tints of Lavender Rose #EFACE4

Color information

#EFACE4 (or 0xEFACE4) is unknown color: approx Lavender Rose. HEX triplet: EF, AC and E4. RGB value is (239,172,228). Sum of RGB (Red+Green+Blue) = 239+172+228=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 228 (89.45% from 255 or 35.68% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACE4 is #10531B. Grayscale: #C6C6C6. Windows color (decimal): -1069852 or 14986479. OLE color: 14986479.

HSL color Cylindrical-coordinate representation of color #EFACE4: hue angle of 309.85º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFACE4 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB239172228-
CMYK00.280.050.06
HSL309.85º67.68%80.59%-
HSV(B)309.85º28.03%93.73%-
XYZ64.3553.4680.33-
YUV198.42144.7156.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.40%
GREEN value IS 172 (67.58% from 255) = 26.92%
BLUE value IS 228 (89.45% from 255) = 35.68%
R=37.40%
G=26.92%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917222800.280.050.06309.8567.6880.59
HexEFACE401C561364451
Octal35725434403456466104121
Binary11101111101011001110010001110010111010011011010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFACE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFACE4; }

 p { color: rgb(239,172,228); }

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

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

 a { background-color: rgb(239,172,228); }

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

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

 span { border-color: rgb(239,172,228); }

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