Html Css Color HEX #EEACCD Lavender Pink

📋 copy color: '#EEACCD'

red 238 ◦ green 172 ◦ blue 205

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

Shades of Lavender Pink #EEACCD

Tints of Lavender Pink #EEACCD

RGB

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

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

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

R = 38.7%
G = 27.97%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EEACCD (or 0xEEACCD) is known color: Lavender Pink. HEX triplet: EE, AC and CD. RGB value is (238,172,205). Sum of RGB (Red+Green+Blue) = 238+172+205=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACCD is #115332. Grayscale: #C3C3C3. Windows color (decimal): -1135411 or 13479150. OLE color: 13479150.

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

Color convert

RGB 238 172 205 -
CMYK 0 0.28 0.14 0.07
HSL 330º 0.66% 0.8% -
HSV(B) 330º 0.28% 0.93% -
XYZ 61.03 52.09 64.6 -
YUV 195.5 133.37 158.32 -
System Red Green Blue C M Y K H S L
Decimal 238 172 205 0 0.28 0.14 0.07 330 0.66 0.8
Hex EE AC CD 0 1C E 7 14A 42 50
Octal 356 254 315 0 34 16 7 512 102 120
Binary 11101110 10101100 11001101 0 11100 1110 111 101001010 1000010 1010000

Color Harmonies of #EEACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEACCD

Black with #EEACCD

Text Example


Text Example

White with #EEACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEACCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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