Html Css Color HEX #EBAAD3 Lavender Pink

📋 copy color: '#EBAAD3'

red 235 ◦ green 170 ◦ blue 211

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

Shades of Lavender Pink #EBAAD3

Tints of Lavender Pink #EBAAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.25%

R = 38.15%
G = 27.6%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EBAAD3 (or 0xEBAAD3) is known color: Lavender Pink. HEX triplet: EB, AA and D3. RGB value is (235,170,211). Sum of RGB (Red+Green+Blue) = 235+170+211=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 211 (82.81% from 255 or 34.25% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAD3 is #14552C. Grayscale: #C2C2C2. Windows color (decimal): -1332525 or 13871851. OLE color: 13871851.

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

Color convert

RGB 235 170 211 -
CMYK 0 0.28 0.10 0.08
HSL 322.15º 0.62% 0.79% -
HSV(B) 322.15º 0.28% 0.92% -
XYZ 60.39 51.11 68.31 -
YUV 194.11 137.53 157.17 -
System Red Green Blue C M Y K H S L
Decimal 235 170 211 0 0.28 0.10 0.08 322.15 0.62 0.79
Hex EB AA D3 0 1C A 8 142 3E 4F
Octal 353 252 323 0 34 12 10 502 76 117
Binary 11101011 10101010 11010011 0 11100 1010 1000 101000010 111110 1001111

Color Harmonies of #EBAAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAD3

Black with #EBAAD3

Text Example


Text Example

White with #EBAAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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