Html Css Color HEX #EBAED2 Lavender Pink

📋 copy color: '#EBAED2'

red 235 ◦ green 174 ◦ blue 210

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

Shades of Lavender Pink #EBAED2

Tints of Lavender Pink #EBAED2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.11%

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

R = 37.96%
G = 28.11%
B = 33.93%

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

#EBAED2 (or 0xEBAED2) is known color: Lavender Pink. HEX triplet: EB, AE and D2. RGB value is (235,174,210). Sum of RGB (Red+Green+Blue) = 235+174+210=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAED2 is #14512D. Grayscale: #C4C4C4. Windows color (decimal): -1331502 or 13807339. OLE color: 13807339.

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

Color convert

RGB 235 174 210 -
CMYK 0 0.26 0.11 0.08
HSL 324.59º 0.6% 0.8% -
HSV(B) 324.59º 0.26% 0.92% -
XYZ 61.03 52.59 67.91 -
YUV 196.34 135.71 155.57 -
System Red Green Blue C M Y K H S L
Decimal 235 174 210 0 0.26 0.11 0.08 324.59 0.6 0.8
Hex EB AE D2 0 1A B 8 145 3C 50
Octal 353 256 322 0 32 13 10 505 74 120
Binary 11101011 10101110 11010010 0 11010 1011 1000 101000101 111100 1010000

Color Harmonies of #EBAED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAED2

Black with #EBAED2

Text Example


Text Example

White with #EBAED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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