#ED97DC

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

Shades of Lavender Rose #ED97DC

Tints of Lavender Rose #ED97DC

Color information

#ED97DC (or 0xED97DC) is unknown color: approx Lavender Rose. HEX triplet: ED, 97 and DC. RGB value is (237,151,220). Sum of RGB (Red+Green+Blue) = 237+151+220=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 151 (59.38% from 255 or 24.84% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #ED97DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED97DC is #126823. Grayscale: #B8B8B8. Windows color (decimal): -1206308 or 14456813. OLE color: 14456813.

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

Color convert

RGB237151220-
CMYK00.360.070.07
HSL311.86º70.49%76.08%-
HSV(B)311.86º36.29%92.94%-
XYZ58.9145.3173.35-
YUV184.58147.99165.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 151 (59.38% from 255) = 24.84%
BLUE value IS 220 (86.33% from 255) = 36.18%
R=38.98%
G=24.84%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715122000.360.070.07311.8670.4976.08
HexED97DC02477138464c
Octal35522733404477470106114
Binary111011011001011111011100010010011111110011100010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED97DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED97DC; }

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

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

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

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

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

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

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

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