#ED9FDF

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

Shades of Lavender Rose #ED9FDF

Tints of Lavender Rose #ED9FDF

Color information

#ED9FDF (or 0xED9FDF) is unknown color: approx Lavender Rose. HEX triplet: ED, 9F and DF. RGB value is (237,159,223). Sum of RGB (Red+Green+Blue) = 237+159+223=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 159 (62.5% from 255 or 25.69% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9FDF is #126020. Grayscale: #BDBDBD. Windows color (decimal): -1204257 or 14655469. OLE color: 14655469.

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

Color convert

RGB237159223-
CMYK00.330.060.07
HSL310.77º68.42%77.65%-
HSV(B)310.77º32.91%92.94%-
XYZ60.6448.1375.91-
YUV189.62146.84161.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.29%
GREEN value IS 159 (62.5% from 255) = 25.69%
BLUE value IS 223 (87.5% from 255) = 36.03%
R=38.29%
G=25.69%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715922300.330.060.07310.7768.4277.65
HexED9FDF02167137444e
Octal35523733704167467104116
Binary111011011001111111011111010000111011110011011110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9FDF; }

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

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

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

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

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

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

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

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