Html Css Color HEX #EBACD1 Lavender Pink

📋 copy color: '#EBACD1'

red 235 ◦ green 172 ◦ blue 209

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

Shades of Lavender Pink #EBACD1

Tints of Lavender Pink #EBACD1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.92%

 BLUE value IS 209 (82.03% from 255) = 33.93%

R = 38.15%
G = 27.92%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBACD1 (or 0xEBACD1) is known color: Lavender Pink. HEX triplet: EB, AC and D1. RGB value is (235,172,209). Sum of RGB (Red+Green+Blue) = 235+172+209=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACD1 is #14532E. Grayscale: #C2C2C2. Windows color (decimal): -1332015 or 13741291. OLE color: 13741291.

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

Color convert

RGB 235 172 209 -
CMYK 0 0.27 0.11 0.08
HSL 324.76º 0.61% 0.8% -
HSV(B) 324.76º 0.27% 0.92% -
XYZ 60.52 51.77 67.12 -
YUV 195.06 135.87 156.49 -
System Red Green Blue C M Y K H S L
Decimal 235 172 209 0 0.27 0.11 0.08 324.76 0.61 0.8
Hex EB AC D1 0 1B B 8 145 3D 50
Octal 353 254 321 0 33 13 10 505 75 120
Binary 11101011 10101100 11010001 0 11011 1011 1000 101000101 111101 1010000

Color Harmonies of #EBACD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBACD1

Black with #EBACD1

Text Example


Text Example

White with #EBACD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBACD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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