#EDACDF

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

Shades of Lavender Rose #EDACDF

Tints of Lavender Rose #EDACDF

Color information

#EDACDF (or 0xEDACDF) is unknown color: approx Lavender Rose. HEX triplet: ED, AC and DF. RGB value is (237,172,223). Sum of RGB (Red+Green+Blue) = 237+172+223=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACDF is #125320. Grayscale: #C5C5C5. Windows color (decimal): -1200929 or 14658797. OLE color: 14658797.

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

Color convert

RGB237172223-
CMYK00.270.060.07
HSL312.92º64.36%80.2%-
HSV(B)312.92º27.43%92.94%-
XYZ6352.8476.69-
YUV197.25142.53156.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.5%
GREEN value IS 172 (67.58% from 255) = 27.22%
BLUE value IS 223 (87.5% from 255) = 35.28%
R=37.5%
G=27.22%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717222300.270.060.07312.9264.3680.2
HexEDACDF01B671394050
Octal35525433703367471100120
Binary11101101101011001101111101101111011110011100110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACDF; }

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

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

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

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

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

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

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

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