#EB9DDC

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

Shades of Lavender Rose #EB9DDC

Tints of Lavender Rose #EB9DDC

Color information

#EB9DDC (or 0xEB9DDC) is unknown color: approx Lavender Rose. HEX triplet: EB, 9D and DC. RGB value is (235,157,220). Sum of RGB (Red+Green+Blue) = 235+157+220=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 157 (61.72% from 255 or 25.65% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9DDC is #146223. Grayscale: #BBBBBB. Windows color (decimal): -1335844 or 14458347. OLE color: 14458347.

HSL color Cylindrical-coordinate representation of color #EB9DDC: hue angle of 311.54º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EB9DDC is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235157220-
CMYK00.330.060.08
HSL311.54º66.1%76.86%-
HSV(B)311.54º33.19%92.16%-
XYZ59.2446.9473.65-
YUV187.5146.34161.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 157 (61.72% from 255) = 25.65%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=38.40%
G=25.65%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515722000.330.060.08311.5466.176.86
HexEB9DDC02168138424d
Octal353235334041610470102115
Binary1110101110011101110111000100001110100010011100010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9DDC; }

 p { color: rgb(235,157,220); }

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

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

 a { background-color: rgb(235,157,220); }

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

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

 span { border-color: rgb(235,157,220); }

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