#ED99DC

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

Shades of Lavender Rose #ED99DC

Tints of Lavender Rose #ED99DC

Color information

#ED99DC (or 0xED99DC) is unknown color: approx Lavender Rose. HEX triplet: ED, 99 and DC. RGB value is (237,153,220). Sum of RGB (Red+Green+Blue) = 237+153+220=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 153 (60.16% from 255 or 25.08% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED99DC is #126623. Grayscale: #B9B9B9. Windows color (decimal): -1205796 or 14457325. OLE color: 14457325.

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

Color convert

RGB237153220-
CMYK00.350.070.07
HSL312.14º70%76.47%-
HSV(B)312.14º35.44%92.94%-
XYZ59.2345.9573.46-
YUV185.75147.33164.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.85%
GREEN value IS 153 (60.16% from 255) = 25.08%
BLUE value IS 220 (86.33% from 255) = 36.07%
R=38.85%
G=25.08%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715322000.350.070.07312.147076.47
HexED99DC02377138464c
Octal35523133404377470106114
Binary111011011001100111011100010001111111110011100010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED99DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED99DC; }

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

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

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

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

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

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

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

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