#EBADD1

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

Shades of Lavender Pink #EBADD1

Tints of Lavender Pink #EBADD1

Color information

#EBADD1 (or 0xEBADD1) is unknown color: approx Lavender Pink. HEX triplet: EB, AD and D1. RGB value is (235,173,209). Sum of RGB (Red+Green+Blue) = 235+173+209=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 209 (82.03% from 255 or 33.87% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADD1 is #14522E. Grayscale: #C3C3C3. Windows color (decimal): -1331759 or 13741547. OLE color: 13741547.

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

Color convert

RGB235173209-
CMYK00.260.110.08
HSL325.16º60.78%80%-
HSV(B)325.16º26.38%92.16%-
XYZ60.7152.1567.19-
YUV195.64135.54156.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 173 (67.97% from 255) = 28.04%
BLUE value IS 209 (82.03% from 255) = 33.87%
R=38.09%
G=28.04%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517320900.260.110.08325.1660.7880
HexEBADD101AB81453d50
Octal353255321032131050575120
Binary111010111010110111010001011010101110001010001011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADD1; }

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

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

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

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

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

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

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

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