Html Css Color HEX #EEADEE Plum

📋 copy color: '#EEADEE'

red 238 ◦ green 173 ◦ blue 238

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

Shades of Plum #EEADEE

Tints of Plum #EEADEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.67%

R = 36.67%
G = 26.66%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EEADEE (or 0xEEADEE) is known color: Plum. HEX triplet: EE, AD and EE. RGB value is (238,173,238). Sum of RGB (Red+Green+Blue) = 238+173+238=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 173 (67.97% from 255 or 26.66% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEADEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEADEE is #115211. Grayscale: #C7C7C7. Windows color (decimal): -1135122 or 15642094. OLE color: 15642094.

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

Color convert

RGB 238 173 238 -
CMYK 0 0.27 0 0.07
HSL 300º 0.66% 0.81% -
HSV(B) 300º 0.27% 0.93% -
XYZ 65.64 54.24 87.9 -
YUV 199.85 149.53 155.21 -
System Red Green Blue C M Y K H S L
Decimal 238 173 238 0 0.27 0 0.07 300 0.66 0.81
Hex EE AD EE 0 1B 0 7 12C 42 51
Octal 356 255 356 0 33 0 7 454 102 121
Binary 11101110 10101101 11101110 0 11011 0 111 100101100 1000010 1010001

Color Harmonies of #EEADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEADEE

Black with #EEADEE

Text Example


Text Example

White with #EEADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEADEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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