#ED99DF

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

Shades of Lavender Rose #ED99DF

Tints of Lavender Rose #ED99DF

Color information

#ED99DF (or 0xED99DF) is unknown color: approx Lavender Rose. HEX triplet: ED, 99 and DF. RGB value is (237,153,223). Sum of RGB (Red+Green+Blue) = 237+153+223=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 153 (60.16% from 255 or 24.96% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED99DF is #126620. Grayscale: #B9B9B9. Windows color (decimal): -1205793 or 14653933. OLE color: 14653933.

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

Color convert

RGB237153223-
CMYK00.350.060.07
HSL310º70%76.47%-
HSV(B)310º35.44%92.94%-
XYZ59.6446.1175.57-
YUV186.1148.83164.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.66%
GREEN value IS 153 (60.16% from 255) = 24.96%
BLUE value IS 223 (87.5% from 255) = 36.38%
R=38.66%
G=24.96%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715322300.350.060.073107076.47
HexED99DF02367136464c
Octal35523133704367466106114
Binary111011011001100111011111010001111011110011011010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED99DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED99DF; }

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

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

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

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

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

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

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

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