#EFABE6

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

Shades of Lavender Rose #EFABE6

Tints of Lavender Rose #EFABE6

Color information

#EFABE6 (or 0xEFABE6) is unknown color: approx Lavender Rose. HEX triplet: EF, AB and E6. RGB value is (239,171,230). Sum of RGB (Red+Green+Blue) = 239+171+230=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 171 (67.19% from 255 or 26.72% from 640); Blue value is 230 (90.23% from 255 or 35.94% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFABE6 is #105419. Grayscale: #C5C5C5. Windows color (decimal): -1070106 or 15117295. OLE color: 15117295.

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

Color convert

RGB239171230-
CMYK00.280.040.06
HSL307.94º68%80.39%-
HSV(B)307.94º28.45%93.73%-
XYZ64.4453.1981.73-
YUV198.06146.03157.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.34%
GREEN value IS 171 (67.19% from 255) = 26.72%
BLUE value IS 230 (90.23% from 255) = 35.94%
R=37.34%
G=26.72%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917123000.280.040.06307.946880.39
HexEFABE601C461344450
Octal35725334603446464104120
Binary11101111101010111110011001110010011010011010010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFABE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFABE6; }

 p { color: rgb(239,171,230); }

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

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

 a { background-color: rgb(239,171,230); }

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

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

 span { border-color: rgb(239,171,230); }

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