#EB9CDB

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

Shades of Lavender Rose #EB9CDB

Tints of Lavender Rose #EB9CDB

Color information

#EB9CDB (or 0xEB9CDB) is unknown color: approx Lavender Rose. HEX triplet: EB, 9C and DB. RGB value is (235,156,219). Sum of RGB (Red+Green+Blue) = 235+156+219=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 156 (61.33% from 255 or 25.57% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9CDB is #146324. Grayscale: #BABABA. Windows color (decimal): -1336101 or 14392555. OLE color: 14392555.

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

Color convert

RGB235156219-
CMYK00.340.070.08
HSL312.15º66.39%76.67%-
HSV(B)312.15º33.62%92.16%-
XYZ58.9446.5572.9-
YUV186.8146.17162.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 156 (61.33% from 255) = 25.57%
BLUE value IS 219 (85.94% from 255) = 35.90%
R=38.52%
G=25.57%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515621900.340.070.08312.1566.3976.67
HexEB9CDB02278138424d
Octal353234333042710470102115
Binary1110101110011100110110110100010111100010011100010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9CDB; }

 p { color: rgb(235,156,219); }

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

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

 a { background-color: rgb(235,156,219); }

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

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

 span { border-color: rgb(235,156,219); }

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