Html Css Color HEX #EEAACD Lavender Pink

📋 copy color: '#EEAACD'

red 238 ◦ green 170 ◦ blue 205

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

Shades of Lavender Pink #EEAACD

Tints of Lavender Pink #EEAACD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.73%

 BLUE value IS 205 (80.47% from 255) = 33.44%

R = 38.83%
G = 27.73%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EEAACD (or 0xEEAACD) is known color: Lavender Pink. HEX triplet: EE, AA and CD. RGB value is (238,170,205). Sum of RGB (Red+Green+Blue) = 238+170+205=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAACD is #115532. Grayscale: #C2C2C2. Windows color (decimal): -1135923 or 13478638. OLE color: 13478638.

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

Color convert

RGB 238 170 205 -
CMYK 0 0.29 0.14 0.07
HSL 329.12º 0.67% 0.8% -
HSV(B) 329.12º 0.29% 0.93% -
XYZ 60.65 51.33 64.47 -
YUV 194.32 134.03 159.15 -
System Red Green Blue C M Y K H S L
Decimal 238 170 205 0 0.29 0.14 0.07 329.12 0.67 0.8
Hex EE AA CD 0 1D E 7 149 43 50
Octal 356 252 315 0 35 16 7 511 103 120
Binary 11101110 10101010 11001101 0 11101 1110 111 101001001 1000011 1010000

Color Harmonies of #EEAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAACD

Black with #EEAACD

Text Example


Text Example

White with #EEAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAACD; }

 p { color: rgb(238,170,205); }

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

background-color css

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

 a { background-color: rgb(238,170,205); }

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

border-color css

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

 span { border-color: rgb(238,170,205); }

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