#EBA7DD

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

Shades of Lavender Rose #EBA7DD

Tints of Lavender Rose #EBA7DD

Color information

#EBA7DD (or 0xEBA7DD) is unknown color: approx Lavender Rose. HEX triplet: EB, A7 and DD. RGB value is (235,167,221). Sum of RGB (Red+Green+Blue) = 235+167+221=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 167 (65.62% from 255 or 26.81% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7DD is #145822. Grayscale: #C1C1C1. Windows color (decimal): -1333283 or 14526443. OLE color: 14526443.

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

Color convert

RGB235167221-
CMYK00.290.060.08
HSL312.35º62.96%78.82%-
HSV(B)312.35º28.94%92.16%-
XYZ61.1350.5274.94-
YUV193.49143.53157.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 167 (65.62% from 255) = 26.81%
BLUE value IS 221 (86.72% from 255) = 35.47%
R=37.72%
G=26.81%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516722100.290.060.08312.3562.9678.82
HexEBA7DD01D681383f4f
Octal35324733503561047077117
Binary11101011101001111101110101110111010001001110001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA7DD; }

 p { color: rgb(235,167,221); }

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

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

 a { background-color: rgb(235,167,221); }

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

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

 span { border-color: rgb(235,167,221); }

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