Html Css Color HEX #EBABD2 Lavender Pink

📋 copy color: '#EBABD2'

red 235 ◦ green 171 ◦ blue 210

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

Shades of Lavender Pink #EBABD2

Tints of Lavender Pink #EBABD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.09%

R = 38.15%
G = 27.76%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBABD2 (or 0xEBABD2) is known color: Lavender Pink. HEX triplet: EB, AB and D2. RGB value is (235,171,210). Sum of RGB (Red+Green+Blue) = 235+171+210=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABD2 is #14542D. Grayscale: #C2C2C2. Windows color (decimal): -1332270 or 13806571. OLE color: 13806571.

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

Color convert

RGB 235 171 210 -
CMYK 0 0.27 0.11 0.08
HSL 323.44º 0.62% 0.8% -
HSV(B) 323.44º 0.27% 0.92% -
XYZ 60.46 51.44 67.72 -
YUV 194.58 136.7 156.83 -
System Red Green Blue C M Y K H S L
Decimal 235 171 210 0 0.27 0.11 0.08 323.44 0.62 0.8
Hex EB AB D2 0 1B B 8 143 3E 50
Octal 353 253 322 0 33 13 10 503 76 120
Binary 11101011 10101011 11010010 0 11011 1011 1000 101000011 111110 1010000

Color Harmonies of #EBABD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBABD2

Black with #EBABD2

Text Example


Text Example

White with #EBABD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBABD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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