Html Css Color HEX #EBAACD Lavender Pink

📋 copy color: '#EBAACD'

red 235 ◦ green 170 ◦ blue 205

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

Shades of Lavender Pink #EBAACD

Tints of Lavender Pink #EBAACD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.87%

 BLUE value IS 205 (80.47% from 255) = 33.61%

R = 38.52%
G = 27.87%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EBAACD (or 0xEBAACD) is known color: Lavender Pink. HEX triplet: EB, AA and CD. RGB value is (235,170,205). Sum of RGB (Red+Green+Blue) = 235+170+205=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAACD is #145532. Grayscale: #C1C1C1. Windows color (decimal): -1332531 or 13478635. OLE color: 13478635.

HSL color Cylindrical-coordinate representation of color #EBAACD: hue angle of 327.69º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBAACD is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 170 205 -
CMYK 0 0.28 0.13 0.08
HSL 327.69º 0.62% 0.79% -
HSV(B) 327.69º 0.28% 0.92% -
XYZ 59.66 50.82 64.42 -
YUV 193.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 235 170 205 0 0.28 0.13 0.08 327.69 0.62 0.79
Hex EB AA CD 0 1C D 8 148 3E 4F
Octal 353 252 315 0 34 15 10 510 76 117
Binary 11101011 10101010 11001101 0 11100 1101 1000 101001000 111110 1001111

Color Harmonies of #EBAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAACD

Black with #EBAACD

Text Example


Text Example

White with #EBAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAACD; }

 p { color: rgb(235,170,205); }

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

background-color css

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

 a { background-color: rgb(235,170,205); }

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

border-color css

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

 span { border-color: rgb(235,170,205); }

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