Html Css Color HEX #EBADD5 Lavender Pink

📋 copy color: '#EBADD5'

red 235 ◦ green 173 ◦ blue 213

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

Shades of Lavender Pink #EBADD5

Tints of Lavender Pink #EBADD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.3%

R = 37.84%
G = 27.86%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBADD5 (or 0xEBADD5) is known color: Lavender Pink. HEX triplet: EB, AD and D5. RGB value is (235,173,213). Sum of RGB (Red+Green+Blue) = 235+173+213=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADD5 is #14522A. Grayscale: #C4C4C4. Windows color (decimal): -1331755 or 14003691. OLE color: 14003691.

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

Color convert

RGB 235 173 213 -
CMYK 0 0.26 0.09 0.08
HSL 321.29º 0.61% 0.8% -
HSV(B) 321.29º 0.26% 0.92% -
XYZ 61.21 52.35 69.83 -
YUV 196.1 137.54 155.75 -
System Red Green Blue C M Y K H S L
Decimal 235 173 213 0 0.26 0.09 0.08 321.29 0.61 0.8
Hex EB AD D5 0 1A 9 8 141 3D 50
Octal 353 255 325 0 32 11 10 501 75 120
Binary 11101011 10101101 11010101 0 11010 1001 1000 101000001 111101 1010000

Color Harmonies of #EBADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBADD5

Black with #EBADD5

Text Example


Text Example

White with #EBADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBADD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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