Html Css Color HEX #EFADED Plum

📋 copy color: '#EFADED'

red 239 ◦ green 173 ◦ blue 237

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

Shades of Plum #EFADED

Tints of Plum #EFADED

RGB

 RED value IS 239 (93.75% from 255) = 36.83%

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

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

R = 36.83%
G = 26.66%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFADED (or 0xEFADED) is known color: Plum. HEX triplet: EF, AD and ED. RGB value is (239,173,237). Sum of RGB (Red+Green+Blue) = 239+173+237=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 173 (67.97% from 255 or 26.66% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFADED is #105212. Grayscale: #C7C7C7. Windows color (decimal): -1069587 or 15576559. OLE color: 15576559.

HSL color Cylindrical-coordinate representation of color #EFADED: hue angle of 301.82º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFADED is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 173 237 -
CMYK 0 0.28 0.01 0.06
HSL 301.82º 0.67% 0.81% -
HSV(B) 301.82º 0.28% 0.94% -
XYZ 65.83 54.35 87.14 -
YUV 200.03 148.87 155.8 -
System Red Green Blue C M Y K H S L
Decimal 239 173 237 0 0.28 0.01 0.06 301.82 0.67 0.81
Hex EF AD ED 0 1C 1 6 12E 43 51
Octal 357 255 355 0 34 1 6 456 103 121
Binary 11101111 10101101 11101101 0 11100 1 110 100101110 1000011 1010001

Color Harmonies of #EFADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADED

Black with #EFADED

Text Example


Text Example

White with #EFADED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADED; }

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

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

background-color css

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

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

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

border-color css

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

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

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