Html Css Color HEX #EBACD5 Lavender Pink

📋 copy color: '#EBACD5'

red 235 ◦ green 172 ◦ blue 213

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

Shades of Lavender Pink #EBACD5

Tints of Lavender Pink #EBACD5

RGB

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

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

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

R = 37.9%
G = 27.74%
B = 34.35%

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

#EBACD5 (or 0xEBACD5) is known color: Lavender Pink. HEX triplet: EB, AC and D5. RGB value is (235,172,213). Sum of RGB (Red+Green+Blue) = 235+172+213=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACD5 is #14532A. Grayscale: #C3C3C3. Windows color (decimal): -1332011 or 14003435. OLE color: 14003435.

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

Color convert

RGB 235 172 213 -
CMYK 0 0.27 0.09 0.08
HSL 320.95º 0.61% 0.8% -
HSV(B) 320.95º 0.27% 0.92% -
XYZ 61.02 51.97 69.77 -
YUV 195.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 235 172 213 0 0.27 0.09 0.08 320.95 0.61 0.8
Hex EB AC D5 0 1B 9 8 141 3D 50
Octal 353 254 325 0 33 11 10 501 75 120
Binary 11101011 10101100 11010101 0 11011 1001 1000 101000001 111101 1010000

Color Harmonies of #EBACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBACD5

Black with #EBACD5

Text Example


Text Example

White with #EBACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBACD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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