#ED97DD

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

Shades of Lavender Rose #ED97DD

Tints of Lavender Rose #ED97DD

Color information

#ED97DD (or 0xED97DD) is unknown color: approx Lavender Rose. HEX triplet: ED, 97 and DD. RGB value is (237,151,221). Sum of RGB (Red+Green+Blue) = 237+151+221=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 151 (59.38% from 255 or 24.79% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #ED97DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED97DD is #126822. Grayscale: #B8B8B8. Windows color (decimal): -1206307 or 14522349. OLE color: 14522349.

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

Color convert

RGB237151221-
CMYK00.360.070.07
HSL311.16º70.49%76.08%-
HSV(B)311.16º36.29%92.94%-
XYZ59.0445.3674.05-
YUV184.69148.49165.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.92%
GREEN value IS 151 (59.38% from 255) = 24.79%
BLUE value IS 221 (86.72% from 255) = 36.29%
R=38.92%
G=24.79%
B=36.29%

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
Decimal23715122100.360.070.07311.1670.4976.08
HexED97DD02477137464c
Octal35522733504477467106114
Binary111011011001011111011101010010011111110011011110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED97DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED97DD; }

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

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

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

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

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

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

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

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