Html Css Color HEX #EBABD5 Lavender Pink

📋 copy color: '#EBABD5'

red 235 ◦ green 171 ◦ blue 213

#EBABD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Pink #EBABD5

Tints of Lavender Pink #EBABD5

RGB

 RED value IS 235 (92.19% from 255) = 37.96%

 GREEN value IS 171 (67.19% from 255) = 27.63%

 BLUE value IS 213 (83.59% from 255) = 34.41%

R = 37.96%
G = 27.63%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBABD5 (or 0xEBABD5) is known color: Lavender Pink. HEX triplet: EB, AB and D5. RGB value is (235,171,213). Sum of RGB (Red+Green+Blue) = 235+171+213=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABD5 is #14542A. Grayscale: #C2C2C2. Windows color (decimal): -1332267 or 14003179. OLE color: 14003179.

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

Color convert

RGB 235 171 213 -
CMYK 0 0.27 0.09 0.08
HSL 320.63º 0.62% 0.8% -
HSV(B) 320.63º 0.27% 0.92% -
XYZ 60.83 51.59 69.7 -
YUV 194.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 235 171 213 0 0.27 0.09 0.08 320.63 0.62 0.8
Hex EB AB D5 0 1B 9 8 141 3E 50
Octal 353 253 325 0 33 11 10 501 76 120
Binary 11101011 10101011 11010101 0 11011 1001 1000 101000001 111110 1010000

Color Harmonies of #EBABD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBABD5

Black with #EBABD5

Text Example


Text Example

White with #EBABD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBABD5; }

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

 H1.HeaderClassName
 {
   color: #EBABD5;
 }
 .AnyTagClassName
 {
   color: #EBABD5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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