Html Css Color HEX #EEAECD Lavender Pink

📋 copy color: '#EEAECD'

red 238 ◦ green 174 ◦ blue 205

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

Shades of Lavender Pink #EEAECD

Tints of Lavender Pink #EEAECD

RGB

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

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

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

R = 38.57%
G = 28.2%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EEAECD (or 0xEEAECD) is known color: Lavender Pink. HEX triplet: EE, AE and CD. RGB value is (238,174,205). Sum of RGB (Red+Green+Blue) = 238+174+205=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAECD is #115132. Grayscale: #C4C4C4. Windows color (decimal): -1134899 or 13479662. OLE color: 13479662.

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

Color convert

RGB 238 174 205 -
CMYK 0 0.27 0.14 0.07
HSL 330.94º 0.65% 0.81% -
HSV(B) 330.94º 0.27% 0.93% -
XYZ 61.42 52.86 64.72 -
YUV 196.67 132.7 157.48 -
System Red Green Blue C M Y K H S L
Decimal 238 174 205 0 0.27 0.14 0.07 330.94 0.65 0.81
Hex EE AE CD 0 1B E 7 14B 41 51
Octal 356 256 315 0 33 16 7 513 101 121
Binary 11101110 10101110 11001101 0 11011 1110 111 101001011 1000001 1010001

Color Harmonies of #EEAECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAECD

Black with #EEAECD

Text Example


Text Example

White with #EEAECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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