Html Css Color HEX #EBAAC8 Lavender Pink

📋 copy color: '#EBAAC8'

red 235 ◦ green 170 ◦ blue 200

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

Shades of Lavender Pink #EBAAC8

Tints of Lavender Pink #EBAAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.06%

R = 38.84%
G = 28.1%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EBAAC8 (or 0xEBAAC8) is known color: Lavender Pink. HEX triplet: EB, AA and C8. RGB value is (235,170,200). Sum of RGB (Red+Green+Blue) = 235+170+200=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAC8 is #145537. Grayscale: #C0C0C0. Windows color (decimal): -1332536 or 13150955. OLE color: 13150955.

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

Color convert

RGB 235 170 200 -
CMYK 0 0.28 0.15 0.08
HSL 332.31º 0.62% 0.79% -
HSV(B) 332.31º 0.28% 0.92% -
XYZ 59.06 50.58 61.29 -
YUV 192.86 132.03 158.06 -
System Red Green Blue C M Y K H S L
Decimal 235 170 200 0 0.28 0.15 0.08 332.31 0.62 0.79
Hex EB AA C8 0 1C F 8 14C 3E 4F
Octal 353 252 310 0 34 17 10 514 76 117
Binary 11101011 10101010 11001000 0 11100 1111 1000 101001100 111110 1001111

Color Harmonies of #EBAAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAC8

Black with #EBAAC8

Text Example


Text Example

White with #EBAAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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