#EBABD7

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

Shades of Lavender Rose #EBABD7

Tints of Lavender Rose #EBABD7

Color information

#EBABD7 (or 0xEBABD7) is unknown color: approx Lavender Rose. HEX triplet: EB, AB and D7. RGB value is (235,171,215). Sum of RGB (Red+Green+Blue) = 235+171+215=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABD7 is #145428. Grayscale: #C3C3C3. Windows color (decimal): -1332265 or 14134251. OLE color: 14134251.

HSL color Cylindrical-coordinate representation of color #EBABD7: hue angle of 318.75º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBABD7 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235171215-
CMYK00.270.090.08
HSL318.75º61.54%79.61%-
HSV(B)318.75º27.23%92.16%-
XYZ61.0951.6971.05-
YUV195.15139.2156.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.84%
GREEN value IS 171 (67.19% from 255) = 27.54%
BLUE value IS 215 (84.38% from 255) = 34.62%
R=37.84%
G=27.54%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517121500.270.090.08318.7561.5479.61
HexEBABD701B9813f3e50
Octal353253327033111047776120
Binary111010111010101111010111011011100110001001111111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABD7; }

 p { color: rgb(235,171,215); }

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

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

 a { background-color: rgb(235,171,215); }

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

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

 span { border-color: rgb(235,171,215); }

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