Html Css Color HEX #EBADD2 Lavender Pink

📋 copy color: '#EBADD2'

red 235 ◦ green 173 ◦ blue 210

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

Shades of Lavender Pink #EBADD2

Tints of Lavender Pink #EBADD2

RGB

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

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

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

R = 38.03%
G = 27.99%
B = 33.98%

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

#EBADD2 (or 0xEBADD2) is known color: Lavender Pink. HEX triplet: EB, AD and D2. RGB value is (235,173,210). Sum of RGB (Red+Green+Blue) = 235+173+210=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADD2 is #14522D. Grayscale: #C3C3C3. Windows color (decimal): -1331758 or 13807083. OLE color: 13807083.

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

Color convert

RGB 235 173 210 -
CMYK 0 0.26 0.11 0.08
HSL 324.19º 0.61% 0.8% -
HSV(B) 324.19º 0.26% 0.92% -
XYZ 60.84 52.2 67.84 -
YUV 195.76 136.04 155.99 -
System Red Green Blue C M Y K H S L
Decimal 235 173 210 0 0.26 0.11 0.08 324.19 0.61 0.8
Hex EB AD D2 0 1A B 8 144 3D 50
Octal 353 255 322 0 32 13 10 504 75 120
Binary 11101011 10101101 11010010 0 11010 1011 1000 101000100 111101 1010000

Color Harmonies of #EBADD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBADD2

Black with #EBADD2

Text Example


Text Example

White with #EBADD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBADD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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