Html Css Color HEX #EEAACC Lavender Pink

📋 copy color: '#EEAACC'

red 238 ◦ green 170 ◦ blue 204

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

Shades of Lavender Pink #EEAACC

Tints of Lavender Pink #EEAACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.33%

R = 38.89%
G = 27.78%
B = 33.33%

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

#EEAACC (or 0xEEAACC) is known color: Lavender Pink. HEX triplet: EE, AA and CC. RGB value is (238,170,204). Sum of RGB (Red+Green+Blue) = 238+170+204=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAACC is #115533. Grayscale: #C2C2C2. Windows color (decimal): -1135924 or 13413102. OLE color: 13413102.

HSL color Cylindrical-coordinate representation of color #EEAACC: hue angle of 330º 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 #EEAACC is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 170 204 -
CMYK 0 0.29 0.14 0.07
HSL 330º 0.67% 0.8% -
HSV(B) 330º 0.29% 0.93% -
XYZ 60.53 51.29 63.84 -
YUV 194.21 133.53 159.24 -
System Red Green Blue C M Y K H S L
Decimal 238 170 204 0 0.29 0.14 0.07 330 0.67 0.8
Hex EE AA CC 0 1D E 7 14A 43 50
Octal 356 252 314 0 35 16 7 512 103 120
Binary 11101110 10101010 11001100 0 11101 1110 111 101001010 1000011 1010000

Color Harmonies of #EEAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAACC

Black with #EEAACC

Text Example


Text Example

White with #EEAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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