Html Css Color HEX #EBADD1 Lavender Pink

📋 copy color: '#EBADD1'

red 235 ◦ green 173 ◦ blue 209

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

Shades of Lavender Pink #EBADD1

Tints of Lavender Pink #EBADD1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.04%

 BLUE value IS 209 (82.03% from 255) = 33.87%

R = 38.09%
G = 28.04%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBADD1 (or 0xEBADD1) is known color: Lavender Pink. HEX triplet: EB, AD and D1. RGB value is (235,173,209). Sum of RGB (Red+Green+Blue) = 235+173+209=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 209 (82.03% from 255 or 33.87% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADD1 is #14522E. Grayscale: #C3C3C3. Windows color (decimal): -1331759 or 13741547. OLE color: 13741547.

HSL color Cylindrical-coordinate representation of color #EBADD1: hue angle of 325.16º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBADD1 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 173 209 -
CMYK 0 0.26 0.11 0.08
HSL 325.16º 0.61% 0.8% -
HSV(B) 325.16º 0.26% 0.92% -
XYZ 60.71 52.15 67.19 -
YUV 195.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 235 173 209 0 0.26 0.11 0.08 325.16 0.61 0.8
Hex EB AD D1 0 1A B 8 145 3D 50
Octal 353 255 321 0 32 13 10 505 75 120
Binary 11101011 10101101 11010001 0 11010 1011 1000 101000101 111101 1010000

Color Harmonies of #EBADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBADD1

Black with #EBADD1

Text Example


Text Example

White with #EBADD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBADD1; }

 p { color: rgb(235,173,209); }

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

background-color css

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

 a { background-color: rgb(235,173,209); }

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

border-color css

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

 span { border-color: rgb(235,173,209); }

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