Html Css Color HEX #EAADD2 Lavender Pink

📋 copy color: '#EAADD2'

red 234 ◦ green 173 ◦ blue 210

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

Shades of Lavender Pink #EAADD2

Tints of Lavender Pink #EAADD2

RGB

 RED value IS 234 (91.8% from 255) = 37.93%

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

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

R = 37.93%
G = 28.04%
B = 34.04%

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

#EAADD2 (or 0xEAADD2) is known color: Lavender Pink. HEX triplet: EA, AD and D2. RGB value is (234,173,210). Sum of RGB (Red+Green+Blue) = 234+173+210=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADD2 is #15522D. Grayscale: #C3C3C3. Windows color (decimal): -1397294 or 13807082. OLE color: 13807082.

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

Color convert

RGB 234 173 210 -
CMYK 0 0.26 0.10 0.08
HSL 323.61º 0.59% 0.8% -
HSV(B) 323.61º 0.26% 0.92% -
XYZ 60.51 52.03 67.83 -
YUV 195.46 136.21 155.49 -
System Red Green Blue C M Y K H S L
Decimal 234 173 210 0 0.26 0.10 0.08 323.61 0.59 0.8
Hex EA AD D2 0 1A A 8 144 3B 50
Octal 352 255 322 0 32 12 10 504 73 120
Binary 11101010 10101101 11010010 0 11010 1010 1000 101000100 111011 1010000

Color Harmonies of #EAADD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAADD2

Black with #EAADD2

Text Example


Text Example

White with #EAADD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAADD2; }

 p { color: rgb(234,173,210); }

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

background-color css

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

 a { background-color: rgb(234,173,210); }

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

border-color css

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

 span { border-color: rgb(234,173,210); }

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