#EFACDC

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

Shades of Lavender Rose #EFACDC

Tints of Lavender Rose #EFACDC

Color information

#EFACDC (or 0xEFACDC) is unknown color: approx Lavender Rose. HEX triplet: EF, AC and DC. RGB value is (239,172,220). Sum of RGB (Red+Green+Blue) = 239+172+220=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACDC is #105323. Grayscale: #C5C5C5. Windows color (decimal): -1069860 or 14462191. OLE color: 14462191.

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

Color convert

RGB239172220-
CMYK00.280.080.06
HSL317.01º67.68%80.59%-
HSV(B)317.01º28.03%93.73%-
XYZ63.2753.0274.61-
YUV197.51140.7157.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.88%
GREEN value IS 172 (67.58% from 255) = 27.26%
BLUE value IS 220 (86.33% from 255) = 34.87%
R=37.88%
G=27.26%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917222000.280.080.06317.0167.6880.59
HexEFACDC01C8613d4451
Octal357254334034106475104121
Binary111011111010110011011100011100100011010011110110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFACDC; }

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

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

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

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

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

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

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

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