#EDACE3

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

Shades of Lavender Rose #EDACE3

Tints of Lavender Rose #EDACE3

Color information

#EDACE3 (or 0xEDACE3) is unknown color: approx Lavender Rose. HEX triplet: ED, AC and E3. RGB value is (237,172,227). Sum of RGB (Red+Green+Blue) = 237+172+227=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 172 (67.58% from 255 or 27.04% from 636); Blue value is 227 (89.06% from 255 or 35.69% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACE3 is #12531C. Grayscale: #C5C5C5. Windows color (decimal): -1200925 or 14920941. OLE color: 14920941.

HSL color Cylindrical-coordinate representation of color #EDACE3: hue angle of 309.23º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDACE3 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB237172227-
CMYK00.270.040.07
HSL309.23º64.36%80.2%-
HSV(B)309.23º27.43%92.94%-
XYZ63.5453.0679.56-
YUV197.7144.53156.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.26%
GREEN value IS 172 (67.58% from 255) = 27.04%
BLUE value IS 227 (89.06% from 255) = 35.69%
R=37.26%
G=27.04%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717222700.270.040.07309.2364.3680.2
HexEDACE301B471354050
Octal35525434303347465100120
Binary11101101101011001110001101101110011110011010110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACE3; }

 p { color: rgb(237,172,227); }

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

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

 a { background-color: rgb(237,172,227); }

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

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

 span { border-color: rgb(237,172,227); }

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