Html Css Color HEX #EBABCC Lavender Pink

📋 copy color: '#EBABCC'

red 235 ◦ green 171 ◦ blue 204

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

Shades of Lavender Pink #EBABCC

Tints of Lavender Pink #EBABCC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.03%

 BLUE value IS 204 (80.08% from 255) = 33.44%

R = 38.52%
G = 28.03%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EBABCC (or 0xEBABCC) is known color: Lavender Pink. HEX triplet: EB, AB and CC. RGB value is (235,171,204). Sum of RGB (Red+Green+Blue) = 235+171+204=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABCC is #145433. Grayscale: #C1C1C1. Windows color (decimal): -1332276 or 13413355. OLE color: 13413355.

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

Color convert

RGB 235 171 204 -
CMYK 0 0.27 0.13 0.08
HSL 329.06º 0.62% 0.8% -
HSV(B) 329.06º 0.27% 0.92% -
XYZ 59.72 51.15 63.85 -
YUV 193.9 133.7 157.32 -
System Red Green Blue C M Y K H S L
Decimal 235 171 204 0 0.27 0.13 0.08 329.06 0.62 0.8
Hex EB AB CC 0 1B D 8 149 3E 50
Octal 353 253 314 0 33 15 10 511 76 120
Binary 11101011 10101011 11001100 0 11011 1101 1000 101001001 111110 1010000

Color Harmonies of #EBABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBABCC

Black with #EBABCC

Text Example


Text Example

White with #EBABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBABCC; }

 p { color: rgb(235,171,204); }

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

background-color css

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

 a { background-color: rgb(235,171,204); }

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

border-color css

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

 span { border-color: rgb(235,171,204); }

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