#EBADCD

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

Shades of Lavender Pink #EBADCD

Tints of Lavender Pink #EBADCD

Color information

#EBADCD (or 0xEBADCD) is unknown color: approx Lavender Pink. HEX triplet: EB, AD and CD. RGB value is (235,173,205). Sum of RGB (Red+Green+Blue) = 235+173+205=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADCD is #145232. Grayscale: #C3C3C3. Windows color (decimal): -1331763 or 13479403. OLE color: 13479403.

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

Color convert

RGB235173205-
CMYK00.260.130.08
HSL329.03º60.78%80%-
HSV(B)329.03º26.38%92.16%-
XYZ60.2251.9664.61-
YUV195.19133.54156.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 173 (67.97% from 255) = 28.22%
BLUE value IS 205 (80.47% from 255) = 33.44%
R=38.34%
G=28.22%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517320500.260.130.08329.0360.7880
HexEBADCD01AD81493d50
Octal353255315032151051175120
Binary111010111010110111001101011010110110001010010011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADCD; }

 p { color: rgb(235,173,205); }

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

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

 a { background-color: rgb(235,173,205); }

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

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

 span { border-color: rgb(235,173,205); }

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