#EFAFE0

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

Shades of Lavender Rose #EFAFE0

Tints of Lavender Rose #EFAFE0

Color information

#EFAFE0 (or 0xEFAFE0) is unknown color: approx Lavender Rose. HEX triplet: EF, AF and E0. RGB value is (239,175,224). Sum of RGB (Red+Green+Blue) = 239+175+224=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 224 (87.89% from 255 or 35.11% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFE0 is #10501F. Grayscale: #C7C7C7. Windows color (decimal): -1069088 or 14725103. OLE color: 14725103.

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

Color convert

RGB239175224-
CMYK00.270.060.06
HSL314.06º66.67%81.18%-
HSV(B)314.06º26.78%93.73%-
XYZ64.3854.3977.63-
YUV199.72141.7156.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.46%
GREEN value IS 175 (68.75% from 255) = 27.43%
BLUE value IS 224 (87.89% from 255) = 35.11%
R=37.46%
G=27.43%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917522400.270.060.06314.0666.6781.18
HexEFAFE001B6613a4351
Octal35725734003366472103121
Binary11101111101011111110000001101111011010011101010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFE0; }

 p { color: rgb(239,175,224); }

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

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

 a { background-color: rgb(239,175,224); }

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

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

 span { border-color: rgb(239,175,224); }

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