Html Css Color HEX #EEADED Plum

📋 copy color: '#EEADED'

red 238 ◦ green 173 ◦ blue 237

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

Shades of Plum #EEADED

Tints of Plum #EEADED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.57%

R = 36.73%
G = 26.7%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EEADED (or 0xEEADED) is known color: Plum. HEX triplet: EE, AD and ED. RGB value is (238,173,237). Sum of RGB (Red+Green+Blue) = 238+173+237=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 173 (67.97% from 255 or 26.70% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEADED is #115212. Grayscale: #C7C7C7. Windows color (decimal): -1135123 or 15576558. OLE color: 15576558.

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

Color convert

RGB 238 173 237 -
CMYK 0 0.27 0.00 0.07
HSL 300.92º 0.66% 0.81% -
HSV(B) 300.92º 0.27% 0.93% -
XYZ 65.49 54.18 87.13 -
YUV 199.73 149.03 155.3 -
System Red Green Blue C M Y K H S L
Decimal 238 173 237 0 0.27 0.00 0.07 300.92 0.66 0.81
Hex EE AD ED 0 1B 0 7 12D 42 51
Octal 356 255 355 0 33 0 7 455 102 121
Binary 11101110 10101101 11101101 0 11011 0 111 100101101 1000010 1010001

Color Harmonies of #EEADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEADED

Black with #EEADED

Text Example


Text Example

White with #EEADED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEADED; }

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

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

background-color css

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

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

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

border-color css

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

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

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