#EFAEDF

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

Shades of Lavender Rose #EFAEDF

Tints of Lavender Rose #EFAEDF

Color information

#EFAEDF (or 0xEFAEDF) is unknown color: approx Lavender Rose. HEX triplet: EF, AE and DF. RGB value is (239,174,223). Sum of RGB (Red+Green+Blue) = 239+174+223=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 174 (68.36% from 255 or 27.36% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEDF is #105120. Grayscale: #C6C6C6. Windows color (decimal): -1069345 or 14659311. OLE color: 14659311.

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

Color convert

RGB239174223-
CMYK00.270.070.06
HSL314.77º67.01%80.98%-
HSV(B)314.77º27.2%93.73%-
XYZ64.0553.9576.85-
YUV199.02141.53156.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.58%
GREEN value IS 174 (68.36% from 255) = 27.36%
BLUE value IS 223 (87.5% from 255) = 35.06%
R=37.58%
G=27.36%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917422300.270.070.06314.7767.0180.98
HexEFAEDF01B7613b4351
Octal35725633703376473103121
Binary11101111101011101101111101101111111010011101110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEDF; }

 p { color: rgb(239,174,223); }

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

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

 a { background-color: rgb(239,174,223); }

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

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

 span { border-color: rgb(239,174,223); }

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