Html Css Color HEX #EEADCE Lavender Pink

📋 copy color: '#EEADCE'

red 238 ◦ green 173 ◦ blue 206

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

Shades of Lavender Pink #EEADCE

Tints of Lavender Pink #EEADCE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.04%

 BLUE value IS 206 (80.86% from 255) = 33.39%

R = 38.57%
G = 28.04%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EEADCE (or 0xEEADCE) is known color: Lavender Pink. HEX triplet: EE, AD and CE. RGB value is (238,173,206). Sum of RGB (Red+Green+Blue) = 238+173+206=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADCE is #115231. Grayscale: #C4C4C4. Windows color (decimal): -1135154 or 13544942. OLE color: 13544942.

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

Color convert

RGB 238 173 206 -
CMYK 0 0.27 0.13 0.07
HSL 329.54º 0.66% 0.81% -
HSV(B) 329.54º 0.27% 0.93% -
XYZ 61.34 52.52 65.3 -
YUV 196.2 133.53 157.82 -
System Red Green Blue C M Y K H S L
Decimal 238 173 206 0 0.27 0.13 0.07 329.54 0.66 0.81
Hex EE AD CE 0 1B D 7 14A 42 51
Octal 356 255 316 0 33 15 7 512 102 121
Binary 11101110 10101101 11001110 0 11011 1101 111 101001010 1000010 1010001

Color Harmonies of #EEADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEADCE

Black with #EEADCE

Text Example


Text Example

White with #EEADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEADCE; }

 p { color: rgb(238,173,206); }

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

background-color css

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

 a { background-color: rgb(238,173,206); }

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

border-color css

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

 span { border-color: rgb(238,173,206); }

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