Html Css Color HEX #EBADD4 Lavender Pink

📋 copy color: '#EBADD4'

red 235 ◦ green 173 ◦ blue 212

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

Shades of Lavender Pink #EBADD4

Tints of Lavender Pink #EBADD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.19%

R = 37.9%
G = 27.9%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EBADD4 (or 0xEBADD4) is known color: Lavender Pink. HEX triplet: EB, AD and D4. RGB value is (235,173,212). Sum of RGB (Red+Green+Blue) = 235+173+212=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 212 (83.20% from 255 or 34.19% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADD4 is #14522B. Grayscale: #C3C3C3. Windows color (decimal): -1331756 or 13938155. OLE color: 13938155.

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

Color convert

RGB 235 173 212 -
CMYK 0 0.26 0.10 0.08
HSL 322.26º 0.61% 0.8% -
HSV(B) 322.26º 0.26% 0.92% -
XYZ 61.09 52.3 69.16 -
YUV 195.98 137.04 155.83 -
System Red Green Blue C M Y K H S L
Decimal 235 173 212 0 0.26 0.10 0.08 322.26 0.61 0.8
Hex EB AD D4 0 1A A 8 142 3D 50
Octal 353 255 324 0 32 12 10 502 75 120
Binary 11101011 10101101 11010100 0 11010 1010 1000 101000010 111101 1010000

Color Harmonies of #EBADD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBADD4

Black with #EBADD4

Text Example


Text Example

White with #EBADD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBADD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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