#EBAADC

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

Shades of Lavender Rose #EBAADC

Tints of Lavender Rose #EBAADC

Color information

#EBAADC (or 0xEBAADC) is unknown color: approx Lavender Rose. HEX triplet: EB, AA and DC. RGB value is (235,170,220). Sum of RGB (Red+Green+Blue) = 235+170+220=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 170 (66.80% from 255 or 27.2% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAADC is #145523. Grayscale: #C3C3C3. Windows color (decimal): -1332516 or 14461675. OLE color: 14461675.

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

Color convert

RGB235170220-
CMYK00.280.060.08
HSL313.85º61.9%79.41%-
HSV(B)313.85º27.66%92.16%-
XYZ61.5551.5874.42-
YUV195.14142.03156.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 170 (66.80% from 255) = 27.2%
BLUE value IS 220 (86.33% from 255) = 35.2%
R=37.6%
G=27.2%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517022000.280.060.08313.8561.979.41
HexEBAADC01C6813a3e4f
Octal35325233403461047276117
Binary11101011101010101101110001110011010001001110101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAADC; }

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

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

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

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

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

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

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

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