Html Css Color HEX #EBAED4 Lavender Pink

📋 copy color: '#EBAED4'

red 235 ◦ green 174 ◦ blue 212

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

Shades of Lavender Pink #EBAED4

Tints of Lavender Pink #EBAED4

RGB

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

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

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

R = 37.84%
G = 28.02%
B = 34.14%

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

#EBAED4 (or 0xEBAED4) is known color: Lavender Pink. HEX triplet: EB, AE and D4. RGB value is (235,174,212). Sum of RGB (Red+Green+Blue) = 235+174+212=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAED4 is #14512B. Grayscale: #C4C4C4. Windows color (decimal): -1331500 or 13938411. OLE color: 13938411.

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

Color convert

RGB 235 174 212 -
CMYK 0 0.26 0.10 0.08
HSL 322.62º 0.6% 0.8% -
HSV(B) 322.62º 0.26% 0.92% -
XYZ 61.28 52.69 69.23 -
YUV 196.57 136.71 155.41 -
System Red Green Blue C M Y K H S L
Decimal 235 174 212 0 0.26 0.10 0.08 322.62 0.6 0.8
Hex EB AE D4 0 1A A 8 143 3C 50
Octal 353 256 324 0 32 12 10 503 74 120
Binary 11101011 10101110 11010100 0 11010 1010 1000 101000011 111100 1010000

Color Harmonies of #EBAED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAED4

Black with #EBAED4

Text Example


Text Example

White with #EBAED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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