#ED97DF

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

Shades of Lavender Rose #ED97DF

Tints of Lavender Rose #ED97DF

Color information

#ED97DF (or 0xED97DF) is unknown color: approx Lavender Rose. HEX triplet: ED, 97 and DF. RGB value is (237,151,223). Sum of RGB (Red+Green+Blue) = 237+151+223=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 151 (59.38% from 255 or 24.71% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #ED97DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED97DF is #126820. Grayscale: #B8B8B8. Windows color (decimal): -1206305 or 14653421. OLE color: 14653421.

HSL color Cylindrical-coordinate representation of color #ED97DF: hue angle of 309.77º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ED97DF is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB237151223-
CMYK00.360.060.07
HSL309.77º70.49%76.08%-
HSV(B)309.77º36.29%92.94%-
XYZ59.3145.4775.46-
YUV184.92149.49165.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.79%
GREEN value IS 151 (59.38% from 255) = 24.71%
BLUE value IS 223 (87.5% from 255) = 36.50%
R=38.79%
G=24.71%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715122300.360.060.07309.7770.4976.08
HexED97DF02467136464c
Octal35522733704467466106114
Binary111011011001011111011111010010011011110011011010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED97DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED97DF; }

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

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

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

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

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

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

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

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