Html Css Color HEX #EBABD3 Lavender Pink

📋 copy color: '#EBABD3'

red 235 ◦ green 171 ◦ blue 211

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

Shades of Lavender Pink #EBABD3

Tints of Lavender Pink #EBABD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.2%

R = 38.09%
G = 27.71%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EBABD3 (or 0xEBABD3) is known color: Lavender Pink. HEX triplet: EB, AB and D3. RGB value is (235,171,211). Sum of RGB (Red+Green+Blue) = 235+171+211=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 171 (67.19% from 255 or 27.71% from 617); Blue value is 211 (82.81% from 255 or 34.20% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABD3 is #14542C. Grayscale: #C2C2C2. Windows color (decimal): -1332269 or 13872107. OLE color: 13872107.

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

Color convert

RGB 235 171 211 -
CMYK 0 0.27 0.10 0.08
HSL 322.5º 0.62% 0.8% -
HSV(B) 322.5º 0.27% 0.92% -
XYZ 60.58 51.49 68.37 -
YUV 194.7 137.2 156.75 -
System Red Green Blue C M Y K H S L
Decimal 235 171 211 0 0.27 0.10 0.08 322.5 0.62 0.8
Hex EB AB D3 0 1B A 8 142 3E 50
Octal 353 253 323 0 33 12 10 502 76 120
Binary 11101011 10101011 11010011 0 11011 1010 1000 101000010 111110 1010000

Color Harmonies of #EBABD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBABD3

Black with #EBABD3

Text Example


Text Example

White with #EBABD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBABD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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