#EBADCB

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

Shades of Lavender Pink #EBADCB

Tints of Lavender Pink #EBADCB

Color information

#EBADCB (or 0xEBADCB) is unknown color: approx Lavender Pink. HEX triplet: EB, AD and CB. RGB value is (235,173,203). Sum of RGB (Red+Green+Blue) = 235+173+203=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADCB is #145234. Grayscale: #C2C2C2. Windows color (decimal): -1331765 or 13348331. OLE color: 13348331.

HSL color Cylindrical-coordinate representation of color #EBADCB: hue angle of 330.97º 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 #EBADCB is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235173203-
CMYK00.260.140.08
HSL330.97º60.78%80%-
HSV(B)330.97º26.38%92.16%-
XYZ59.9851.8663.35-
YUV194.96132.54156.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.46%
GREEN value IS 173 (67.97% from 255) = 28.31%
BLUE value IS 203 (79.69% from 255) = 33.22%
R=38.46%
G=28.31%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517320300.260.140.08330.9760.7880
HexEBADCB01AE814b3d50
Octal353255313032161051375120
Binary111010111010110111001011011010111010001010010111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADCB; }

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

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

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

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

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

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

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

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