Html Css Color HEX #EFADEC Plum

📋 copy color: '#EFADEC'

red 239 ◦ green 173 ◦ blue 236

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

Shades of Plum #EFADEC

Tints of Plum #EFADEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.42%

R = 36.88%
G = 26.7%
B = 36.42%

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

#EFADEC (or 0xEFADEC) is known color: Plum. HEX triplet: EF, AD and EC. RGB value is (239,173,236). Sum of RGB (Red+Green+Blue) = 239+173+236=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 173 (67.97% from 255 or 26.70% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFADEC is #105213. Grayscale: #C7C7C7. Windows color (decimal): -1069588 or 15511023. OLE color: 15511023.

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

Color convert

RGB 239 173 236 -
CMYK 0 0.28 0.01 0.06
HSL 302.73º 0.67% 0.81% -
HSV(B) 302.73º 0.28% 0.94% -
XYZ 65.68 54.29 86.37 -
YUV 199.92 148.37 155.88 -
System Red Green Blue C M Y K H S L
Decimal 239 173 236 0 0.28 0.01 0.06 302.73 0.67 0.81
Hex EF AD EC 0 1C 1 6 12F 43 51
Octal 357 255 354 0 34 1 6 457 103 121
Binary 11101111 10101101 11101100 0 11100 1 110 100101111 1000011 1010001

Color Harmonies of #EFADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADEC

Black with #EFADEC

Text Example


Text Example

White with #EFADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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