#EFAFE3

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

Shades of Lavender Rose #EFAFE3

Tints of Lavender Rose #EFAFE3

Color information

#EFAFE3 (or 0xEFAFE3) is unknown color: approx Lavender Rose. HEX triplet: EF, AF and E3. RGB value is (239,175,227). Sum of RGB (Red+Green+Blue) = 239+175+227=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 227 (89.06% from 255 or 35.41% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFE3 is #10501C. Grayscale: #C7C7C7. Windows color (decimal): -1069085 or 14921711. OLE color: 14921711.

HSL color Cylindrical-coordinate representation of color #EFAFE3: hue angle of 311.25º 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 #EFAFE3 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB239175227-
CMYK00.270.050.06
HSL311.25º66.67%81.18%-
HSV(B)311.25º26.78%93.73%-
XYZ64.7954.5679.79-
YUV200.06143.2155.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.29%
GREEN value IS 175 (68.75% from 255) = 27.30%
BLUE value IS 227 (89.06% from 255) = 35.41%
R=37.29%
G=27.30%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917522700.270.050.06311.2566.6781.18
HexEFAFE301B561374351
Octal35725734303356467103121
Binary11101111101011111110001101101110111010011011110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFE3; }

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

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

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

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

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

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

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

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