Html Css Color HEX #EEACD2 Lavender Pink

📋 copy color: '#EEACD2'

red 238 ◦ green 172 ◦ blue 210

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

Shades of Lavender Pink #EEACD2

Tints of Lavender Pink #EEACD2

RGB

 RED value IS 238 (93.36% from 255) = 38.39%

 GREEN value IS 172 (67.58% from 255) = 27.74%

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

R = 38.39%
G = 27.74%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EEACD2 (or 0xEEACD2) is known color: Lavender Pink. HEX triplet: EE, AC and D2. RGB value is (238,172,210). Sum of RGB (Red+Green+Blue) = 238+172+210=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACD2 is #11532D. Grayscale: #C3C3C3. Windows color (decimal): -1135406 or 13806830. OLE color: 13806830.

HSL color Cylindrical-coordinate representation of color #EEACD2: hue angle of 325.45º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEACD2 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 172 210 -
CMYK 0 0.28 0.12 0.07
HSL 325.45º 0.66% 0.8% -
HSV(B) 325.45º 0.28% 0.93% -
XYZ 61.65 52.34 67.83 -
YUV 196.07 135.87 157.91 -
System Red Green Blue C M Y K H S L
Decimal 238 172 210 0 0.28 0.12 0.07 325.45 0.66 0.8
Hex EE AC D2 0 1C C 7 145 42 50
Octal 356 254 322 0 34 14 7 505 102 120
Binary 11101110 10101100 11010010 0 11100 1100 111 101000101 1000010 1010000

Color Harmonies of #EEACD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEACD2

Black with #EEACD2

Text Example


Text Example

White with #EEACD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEACD2; }

 p { color: rgb(238,172,210); }

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

background-color css

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

 a { background-color: rgb(238,172,210); }

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

border-color css

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

 span { border-color: rgb(238,172,210); }

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