Html Css Color HEX #EEACD0 Lavender Pink

📋 copy color: '#EEACD0'

red 238 ◦ green 172 ◦ blue 208

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

Shades of Lavender Pink #EEACD0

Tints of Lavender Pink #EEACD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.66%

R = 38.51%
G = 27.83%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EEACD0 (or 0xEEACD0) is known color: Lavender Pink. HEX triplet: EE, AC and D0. RGB value is (238,172,208). Sum of RGB (Red+Green+Blue) = 238+172+208=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACD0 is #11532F. Grayscale: #C3C3C3. Windows color (decimal): -1135408 or 13675758. OLE color: 13675758.

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

Color convert

RGB 238 172 208 -
CMYK 0 0.28 0.13 0.07
HSL 327.27º 0.66% 0.8% -
HSV(B) 327.27º 0.28% 0.93% -
XYZ 61.4 52.24 66.52 -
YUV 195.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 238 172 208 0 0.28 0.13 0.07 327.27 0.66 0.8
Hex EE AC D0 0 1C D 7 147 42 50
Octal 356 254 320 0 34 15 7 507 102 120
Binary 11101110 10101100 11010000 0 11100 1101 111 101000111 1000010 1010000

Color Harmonies of #EEACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEACD0

Black with #EEACD0

Text Example


Text Example

White with #EEACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEACD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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