Html Css Color HEX #EBAAD0 Lavender Pink

📋 copy color: '#EBAAD0'

red 235 ◦ green 170 ◦ blue 208

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

Shades of Lavender Pink #EBAAD0

Tints of Lavender Pink #EBAAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.93%

R = 38.34%
G = 27.73%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBAAD0 (or 0xEBAAD0) is known color: Lavender Pink. HEX triplet: EB, AA and D0. RGB value is (235,170,208). Sum of RGB (Red+Green+Blue) = 235+170+208=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAD0 is #14552F. Grayscale: #C1C1C1. Windows color (decimal): -1332528 or 13675243. OLE color: 13675243.

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

Color convert

RGB 235 170 208 -
CMYK 0 0.28 0.11 0.08
HSL 324.92º 0.62% 0.79% -
HSV(B) 324.92º 0.28% 0.92% -
XYZ 60.02 50.97 66.35 -
YUV 193.77 136.03 157.41 -
System Red Green Blue C M Y K H S L
Decimal 235 170 208 0 0.28 0.11 0.08 324.92 0.62 0.79
Hex EB AA D0 0 1C B 8 145 3E 4F
Octal 353 252 320 0 34 13 10 505 76 117
Binary 11101011 10101010 11010000 0 11100 1011 1000 101000101 111110 1001111

Color Harmonies of #EBAAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAD0

Black with #EBAAD0

Text Example


Text Example

White with #EBAAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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